warsawJS-web-socket-demo

JavaScript and WebSockets fun

MIT License

Stars
0
Committers
2

Web sockets demo

I took part in a WarsawJS workshop and here is the result. We experimented with web sockets and NodeJS tool. Pretty cool but no 🎆 here, sorry 🤷‍♂️

How it works?

We build a software for running workshops with trainers ready to help students. The assumption is to run the app as a chosen role and rely on it to communicate during the workshop.

First, choose the your role:

Here is an example view with the selected roles and registered users:

Then once the students start requesting help, trainers can physically approach and help them

In the wild, the users' screens would look like this:

Run

Server side

Install

cd backend
npm install

Start the server

npm run start-server

Client side

Install

cd frontend
npm install

Start the server

npm run start-client