Skip to content

Latest commit

 

History

History
executable file
·
24 lines (18 loc) · 843 Bytes

README.md

File metadata and controls

executable file
·
24 lines (18 loc) · 843 Bytes

Chatz

Real time chat built with node.js and socket.io over websocket/http-polling

Build Status Coverage Status Code Climate

To install

  • npm install

TODO

  • Resolve cyclic reference between socket and user.

Features

- Rooms
- Multiple connections by user
- Works on smartphones and tablets
- Websocket/http-polling

Tests

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/