Questa CHAT è scritta in jquery e javascript e ha bisogno di avere installato SignalR in ASP.NET
nella documentazione di SignalR c'è
**NOTE:** Opening the solution requires VS 2012.

olter a scaricare la chat dovresti montare su una monmtagna di software non semplice da installare se non hai dimestichgezza con ASP.NET...
io personalmente lavoro solo con ASP e JAVASCRIPT e AJAX non ti consiglio questa chat...
però e un consiglio personale dato che lavorando in ASP vbscript che è codice interpretato non ho bisogno di compilatori ...
riporto dalle note readme
...
ASP.NET SignalR is a library for ASP.NET developers that makes it incredibly simple to add real-time web functionality to your applications. What is "real-time web" functionality? It's the ability to have your server-side code push content to the connected clients as it happens, in real-time.

## What can it be used for?
Pushing data from the server to the client (not just browser clients) has always been a tough problem. SignalR makes
it dead easy and handles all the heavy lifting for you.

## Documentation
See the [documentation](http://asp.net/signalr)

## Get it on NuGet!

Install-Package Microsoft.AspNet.SignalR

## Get a sample on NuGet, straight into your app!

Install-Package Microsoft.AspNet.SignalR.Sample

## LICENSE
[Apache 2.0 License](https://github.com/SignalR/SignalR/b...ter/LICENSE.md)

## Contributing

See the [contribution guidelines](https://github.com/SignalR/SignalR/b...ONTRIBUTING.md)
.....

Per me loro dicono che è semplice.... Bohhh troppa carne al fuoco...

guarda questa chat semplice che dicevo io

http://www.theill.com/asp/conquerchat.asp
io l'ho provata e funziona in un modo semplicissimo...

ciao.