A simple real-time chat application built with Node and Socket.io.
For a local copy, clone the repo and from the command line: npm install && npm start.
- Join a room, and communicate in real-time with those in the room.
- Automated admin, with notifications upon entering/leaving room.
- Send out a 'current location' with Google Maps.
Chatterbot is fully tested using Mocha. To run the automated test suite, clone the repo locally, and run npm test.
Chatterbot is a very simple chat-room-like app that utilizes:
- Socket.io for real-time communication.
- jQuery for basic front-end interfacing.
- A logic-less templating engine called {{mustache}}
- A simple Express server for hosting on Heroku