Easy Watch is the easiest way to watch youtube videos with your friends even if you are not together. Laugh at the same thing at the same time no matter where you are. No account needed!
Full-Stack web application that uses:
- Node.js and Express for the Back-End
- HTML, CSS, JS, and Materialize for the Front-End
- Socket.io to establish real-time, bidirectional, and event-based communication.
- Join a room using a room code and the username you want to use.
- Use the client controls to play, stop, load a new video, and synchronize the video time.
git clone https://https://github.com/Ivanmtta/Easy-Watch.git
cd Easy-Watch
npm install
npm start
open http://localhost:8000
Copyright (c) 2020 Ivan Mota Released under the MIT License

