University of Alberta, CMPUT 404 Lab 8 starter repository. Create a basic Phaser game with WebSocket connectivity for real time server to client communication.
- Clone this repository.
git clone https://github.com/uofa-cmput404/nodejs-ws-lab.git
- Change the working directory into this directory
cd nodejs-ws-lab
- Install the node dependencies.
npm install
- Start the application.
npm start
Application should be up at http://localhost:8080.