/Sync-Youtube

This is an early development Synced Youtube web app

Primary LanguageJavaScript

Sync Youtube

This is an early development Synced Youtube web app.

I used Socket.io as web socket for TCP connection between server and client.

It basicly let you to watch youtube videos synced with the people who is on the website. There is a play and pause buttons and progress bar which synced with everyone.

As addition, I added a little chatbox which takes your username when the page loads.

Running Locally

Make sure you have Node.js and the Heroku CLI installed.

$ git clone https://github.com/mrcn04/Sync-Youtube.git
$ cd Sync-Youtube
$ npm install
$ npm start or node app.js

Your app should now be running on localhost:4000.

Deploying to Heroku

$ heroku create
$ git push heroku master
$ heroku open

or

Deploy to Heroku

Documentation