- Install node using the following link
- Install the above node dependancies using the instructions below:
npm install socket.io
npm install express
npm install randomstring
To run the server simply type node server.js in the root directory of the repo.
The server will listen on local host (127.0.0.1) on port 8081.