An application built with Socket IO that enables users to watch youtube videos synchronously
Clone the repo and change into the cloned project's directory
Install all dependencies...
npm install
Start the server...
node app.js
In a browser, navigate to port 3000 on the computer's local IP address (http://localhost:3000/)
To select the video you want to watch, go to youtube and get the video's id (after the "?v=" in the url)
HAVE FUN!!!