Simple chat example using socket.io
- Express
- Heroku
git clone https://github.com/francijpg/socketio-chat.git
cd socketio-chat
npm install
npm run start
-
commit the code and then:
git push heroku master
heroku login
heroku local web
heroku create
-
optional to check the logs:
heroku open
heroku logs -t