Job-Queue sample of Linda Socket.IO
% npm install
% npm start
% npm install grunt-cli
% grunt
=> watch coffee-script and build javascript
% DEBUG=linda* PORT=5000 npm start
=> start http://localhost:5000 with linda logs
% coffee cui_worker.coffee
% heroku create
% heroku labs:enable websockets
% git push heroku master
% heroku open
show logs on heroku
% heroku config:set 'DEBUG=*'
% heroku logs --tail