To setup our game we'll start with the game produced from my HTML5 Canvas and JavaScript Tutorial course. We need to start with a basis so we can focus on the most important part of this tutorial: interacting with other players online.
This lesson will teach you:
- Why we need a backend server
- How to install node.js
- How to install npm packages
- How to setup a server with Express