[EXAMPLE APP] Sails.js real time todo

a Sails application that show how to build a simple todo app with realtime updates using socket.io (bundled with sails.js).

Tools used

Test this app

Just clone this repo, cd into it then install dependencies

npm install -g sails && npm install && bower install

visit the default address http://localhost:1337

Screencast