Added screenshots/loginpage.png for the README.md file
Added screenshots/sync2clients.gif for the README.md file
Added screenshots/sync4clients.gif for the README.md file
Modified README.md to contain more info about the project
Changed some settings in settings.json
Created src/main.css that contains src/main.html css design
Updated login.html for clearer actions
Changed main.html for to a new layout for the css, added watching user panel
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.
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
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
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