This is just a chat application that I made in order to learn a little bit of NodeJS.
It is basically a chat application that shows the last 10 messages when an users connects.
It also stores all the messages in the a mongoDb database.
- Twitter Bootstrap in the front end
- Jquery to insert messages in the client-side.
- NodeJS / Socket.io / Express to make real time updates
- MongoDb / Mongoose to store the messages
See a live demo of this app here.
Any feedback, question, contribution will be appreciated.
Twitter: @rosantoz