728x90
www.youtube.com/watch?v=MxfxiR8TVNU
jonnyk20/chat-app
Contribute to jonnyk20/chat-app development by creating an account on GitHub.
github.com
heroku login
cd chat-app/
git init
heroku git:remote -a chat-app-hj
Procfile
web: node index.js
index.js
var PORT = process.env.PORT || 5000;