Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/abhishekjairath/node-chat

Chat server with persistent record of messages
https://github.com/abhishekjairath/node-chat

Last synced: about 2 months ago
JSON representation

Chat server with persistent record of messages

Awesome Lists containing this project

README

        

#node-chat

A chat server bulit on top of node.js and [socket.io](http://socket.io).
MongoDB has been used to keep a persistent record of all the conversations.
Frontend uses jade and bootstrap for templating and styling respectively.