A simple instant messaging app to demo the AngularJS Socket.IO Seed. A walkthrough of writing the application is available on my blog.
First, grab the dependencies with npm:
npm install
Then run the app like so:
node app.js
And navigate to localhost:3000