Skip to content

jefperito/chatz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

Real time chat built with node.js and socket.io

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published