This demo webapp demonstrates how to implement realtime location updates with node and sockets.io. Implemented on top of sails.js framework and mongoDB as storage.
***Live Demo ***
Before instalation ensure that node & a mongo oserver are installed and running on localhost
$ sudo npm install sails -g$ git clone git@github.com:azayarni/nodesocket.git demo
$ cd ./demo$ sudo npm install mocha -g
$ mocha ./tests$ sudo npm install bower -g
$ cd ./assets
$ bower install$ cd ..
$ sails liftThat's it. Then just go to (http://localhost:1337/) and enjoy the show: open two different windows to see the magic of the socket communication.