5 Commits

Author SHA1 Message Date
9a09c5c612
vibing part 1 2025-06-16 03:36:32 -07: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
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