Sample project created to test WebSocket API using TDD and NodeJS.
To install:
- check out this repo
npm installbower installgrunt production
To run the app:
node run-server.js- open index.html in the browser
To run tests:
grunt testMocha
##Details
I've written a series on WebSockets to share a few things I experienced when making this chat: