A simple, websockets-based image-only photo-chat.
Make sure bower is installed:
npm install -g bower
To install back-end and front-end deps, run
npm install && bower install
node main
Make sure the Heroku CLI is installed on your machine.
heroku login
heroku create <app name>
git remote add heroku https://git.heroku.com/<app name>.git
git push heroku master
Alternatively, you can just press this purple button: