LICENSE: MIT
AUTHORS:
- Giordano Scalzo http://giordanoscalzo.tumblr.com/ @giordanoscalzo
This server is a simple Node.js app that sends received msg to all browser connected using Socket.io, no muss no fuss. As far I need a quick solution, it assumes it's hosted on Heroku, but it's straightforward to modify to be hosted elsewhere.
Create a new heroku app:
heroku createNote down the name of app (i.e hollow-galaxy-7080)
Deploy app:
git push heroku masterConnect to server:
http://hollow-galaxy-7080.herokuapp.comSend a message using provided script:
./send.sh hollow-galaxy-7080 'message log'That's all!