You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A server for sending in real time movies using node js, and a frontent interface with react. Using web sockets and mysql for the comunication and storage.
in the server-socket.js spesify the video file path u want to stream in the movieFilePath variable
npm install
node .\server-socket.js
and run the /frontend/index.html with live server
About
A server for sending in real time movies using node js, and a frontent interface with react. Using web sockets and mysql for the comunication and storage.