tinkerchat-service
v0.4.1
Published
Socket.IO based chat server for tinkerchat.
Readme
Tinkerchat Chat Server
Socket.IO based chat server for tinkerchat.
In progress implementation of Tinkerchat Service.
Developing
This is in the early stages, all development is being done TDD style.
node --version
v5.7.1git clone [email protected]:automattic/tinkerchat-service.gitcd tinkerchat-servicenpm installnpm test
> [email protected] test /Users/beaucollins/code/tinkerchat-service
> `npm bin`/mocha --compilers js:babel-register --recursive
customer service
✓ should allow connections
✓ should request a token
✓ should authenticate and init client
✓ should fail to authenticate with invalid token
with authorized user
✓ should receive message and broadcast it
5 passing (130ms)
