Skip to content

MikHou13/anonymous-counseling-chat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Anonymous Counselling Chat v. 1.0

The Anonymous Counseling chat is a open-source counseling chat.

Background

The anonymous counseling chat project has been developed and open-sourced by NETlinQ and Klean as a secure and anonymous web-based chat solution.

It can be deployed for many purposes, but was originally developed to be used by a publicly funded teenage counselling hotline.

Contributions and enhancements are very welcome.

The chat-server is running as a Microsoft WCF-webservice, and the clients run, using javascript only (no installation of any third party software needed).

Installation / using the code

The solution is a Microsoft Visual Studio 2010 .sln file, and can be opened with any version of VS2010.

The code syntax is mostly C# and javascript.

If you wish, you can rename the namespace of the solution (currently named your.namespace.com)

If you choose to run a secure chat service (recommended), simply put a SSL-certificate on the website, and you are up and running.

Layout / Graphics can easily be updated, since the solution supports skinning and CSS.

The sites Default.aspx is a small form you can choose to use or not.

Deployment

The solution requires Microsoft .net 4.0 platform (IIS7).

License

The anonymous counseling chat project is distributed as open source software under the MIT license, as described in the included MIT-LICENSE.txt file.

Copyright (c) 2011 John Resig, http://jquery.com/

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

An open source solution for anonymous web-based counseling chat.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published