A barebones Node.js app created using Express 4 & Socket.io to watch YouTube videos simultaneously.
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.
$ heroku create
$ git push heroku master
$ heroku open
or
- Password protected rooms to facilitate private sessions.
- Adding a chat window.
- Improving UI.