This project uses webRTC peer connections to establish a video connection between users.
Backend server made with NodeJS, Express, SocketIO in Typescript.
Frontend is static html, js and css.
-
Get npm requirements with
npm i
. -
Run
npm run dev
to launch the server with hot reload.