Skip to content

rahulanand16nov/LetsWatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LetsWatch

A barebones Node.js app created using Express 4 & Socket.io to watch YouTube videos simultaneously.

Watching John Wick 3's Trailer with friends in sync

Running Locally

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

$ git clone [email protected]:rahulanand16nov/LetsWatch.git # or clone your own fork
$ cd LetsWatch 
$ npm install
$ npm start

Your app should now be running on localhost:5000.

Deploying to Heroku

$ heroku create
$ git push heroku master
$ heroku open

or

Deploy to Heroku

Things To-Do

  • Password protected rooms to facilitate private sessions.
  • Adding a chat window.
  • Improving UI.

About

Node.js app to watch YouTube videos together

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published