/chat-snap

Primary LanguageJavaScript

chat-snap

A simple, websockets-based image-only photo-chat.

Dependencies

Install

Make sure bower is installed:

npm install -g bower

To install back-end and front-end deps, run

npm install && bower install

Run

node main

Deploy with Heroku

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:

Deploy