A web application that enables you to watch videos live with your friends. Very similar to Watch2Gether. This project is open-source, so feel free to make changes as you would like as well as submit pull requests.
Deployed version: https://vast-mesa-75735.herokuapp.com/
- Socket.io
- Node.js with Express.js
- Qs
- EJS
- MDBootstrap
- Moment
Clone repository and install dependencies
git clone git@github.com:RyanHaraki/WatchWithFriends.git
cd /folder
npm init
npm install
Start a server
node index.js
Go to your localhost and enjoy
http://localhost:3000