The basic steps will be:
- Install Node.js.
- Install Socket.IO.
- Create a directory for your project containing the backend code (title it app.js) and a file for the frontend (title it index.html).
- From the command line and inside the project directory start the server by typing: node app.js
- Open a browser and point it at: http://localhost:4000.
- Open a second browser and point it at the same URL.
- Click the puck and watch socket.io work its magic!
Let's get started!
