9 Commits

Author SHA1 Message Date
ShakedAp
0b90b3a860 Added login page and login form functionality
Added body-parser node_module
Created login.html
Renamed index.html to main.html
Added simple login functionality in index.js
2023-06-25 10:17:45 +03:00
ShakedAp
395cd7a195 Fixed .gitignore to ignore /videos. Removed them 2023-06-25 09:18:07 +03:00
ShakedAp
11ff6f9547 Moved all source files into /src
Created dir /src, and moved the source files into it. Left package.json, README.md and settings.json out.
Modified package.json to point to the new src dir.
2023-06-25 09:13:57 +03:00
ShakedAp
bfdd897a20 Added settings file and removed videos from repo
Created settings.json that contains the settings
Created .gitignore that ignores the videos folder
Modified index.js to take the settings settings.json
Modified client.js to take the WebSocket settings from the window
2023-06-25 09:07:52 +03:00
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
ShakedAp
fc3820a984 first commit 2023-06-24 13:40:43 +03:00