Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 311 Bytes

File metadata and controls

13 lines (10 loc) · 311 Bytes

Assignment 5 - Node.js + Socket.IO

Example solution for the Node.js + Socket.IO assignment.

To run the project, clone the repository and run:

# install the dependencies
npm install

# run the project
npm start

A web server starts and listens on http://localhost:8080 and https://localhost:8443.