GitHunt
AU

AustinGrey/nodejs-ws-lab

NodeJS & WebSockets lab. University of Alberta CMPUT 404

nodejs-ws-lab

University of Alberta, CMPUT 404 Lab 8 starter repository. Create a basic Phaser
game with WebSocket connectivity for real time server to client communication.

Quickstart

  1. Clone this repository.
    • git clone https://github.com/uofa-cmput404/nodejs-ws-lab.git
  2. Change the working directory into this directory
    • cd nodejs-ws-lab
  3. Install the node dependencies.
    • npm install
  4. Start the application.
    • npm start

Application should be up at http://localhost:8080.

Languages

TypeScript52.5%JavaScript42.9%HTML4.6%

Contributors

MIT License
Created March 3, 2020
Updated March 3, 2020
AustinGrey/nodejs-ws-lab | GitHunt