CodingTrain / Suggestion-Box

A repo to track ideas for topics
569 stars 86 forks source link

Co-op Matching Game using Node.js Express, Socket.io, Heroku #1733

Open Ugleh opened 2 years ago

Ugleh commented 2 years ago

A picture matching game that scales with the amount of players but is coop. I've been messing around with socket.io ever since your original videos and have found it fun.

Heroku is a next step that lets you deploy these node servers directly from github and have them auto deploy when a commit is pushed. Even free with basic limitation.

Ugleh commented 2 years ago

I do want to mention since it was not initially clear for me that when you use Heroku for a node.js server you want a file in your root directory called Procfile and the contents should be something like worker: npm start