4 Commits

Author SHA1 Message Date
ShakedAp
828697aa68 Added video-sync for clients. Tweaked the code.
Moved the script for index.html (the home page) to client.js
Created a new directory for videos: /videos
Added a new video: /videos/Shreksophone_Original.mp4
Moved bigbuck.mp4 to /videos
Added the video-sync clinet code to client.js
Added the video-sync client code to index.js
Updated index.html inner html to work with the vidoe-sync
2023-06-24 21:42:11 +03:00
ShakedAp
d00e6e04ff Added video streaming and sample file
Added bigbuck.mp4, the sample file
Install nodemon module for streaming
Modified  index.html to contain the video, and changed the title
Modified index.js to add /video dir for the video streaming
2023-06-24 14:00:31 +03:00
ShakedAp
cb7fb85842 Added web sockets
Changed index.js to add WebSockets to the server
Changed index.html to add WebSockets to the client
Install ws (web sockets) module
2023-06-24 13:55:54 +03:00
ShakedAp
155968209a Created the simple html app using node.js
Created index.html, the main html page
Created index.js, the html server
Added packages and settings
2023-06-24 13:45:18 +03:00