xius666 / nodejs-ws-lab

NodeJS & WebSockets lab. University of Alberta CMPUT 404

Home Page:https://uofa-cmput404.github.io/lab-8-websockets.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

NodeJS & WebSockets lab. University of Alberta CMPUT 404

https://uofa-cmput404.github.io/lab-8-websockets.html

License:MIT License


Languages

Language:TypeScript 73.5%Language:JavaScript 24.1%Language:HTML 2.4%