/videoStream

Primary LanguageJavaScript

This is a class project for Cen4010. This concurrent video streaming app is built with a react front end and an express server backend using the socket.io framework.

Once connecting you will be prompted to choose a username and a room to join. The video will be synced for each user who joins the room.

Getting Started

node is requred follow link to down load https://nodejs.org/en/download/ once node is installed enter client folder in terminal and run $npm i run $npm start to run react scripts code will be runing on localhoast:3000 window will atomatically open open a new terminal and navigate to server file once there run $npm i once node modules are downloaded run npm start to start server server and client are already configured server is running on localhoast:4000