Chat room implemented using
Mongoose
embeddable web server.
This application was written for educational purposes demonstrating
how web interface could be decoupled from the business logic. Not a
single line of HTML is generated by the server, instead, server
communicates data in JSON format using AJAX calls. Such chat server
could be used in your application as a collaboration tool.