0.4.1 • Published 10 years ago
tinkerchat-service v0.4.1
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 git@github.com:automattic/tinkerchat-service.gitcd tinkerchat-servicenpm installnpm test
> tinkerchat-service@0.0.1 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)