Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/abhishekjairath/node-chat
- Owner: abhishekjairath
- Created: 2015-03-16T14:45:30.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-16T14:56:46.000Z (almost 10 years ago)
- Last Synced: 2024-04-14T19:25:40.873Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 246 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.