Real time chat built with node.js and socket.io over websocket/http-polling
- npm install
- Resolve cyclic reference between socket and user.
- Rooms
- Multiple connections by user
- Works on smartphones and tablets
- Websocket/http-polling
Run the code coverage with mocha and istanbul:
- UNIX: istanbul cover _mocha -- -R spec -u tdd ./test/
- WINDOWS: istanbul cover node_modules/mocha/bin/_mocha -- -R spec -u tdd ./test/