Skip to content

Web application where you can watch YouTube videos together with your friends in real time thanks to websockets 👫

Notifications You must be signed in to change notification settings

JuanCote/WatchtogetherClone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WatchtogetherClone

"WatchtogetherClone" is a project inspired by Watch2Gether. The project's essence lies in the ability to watch YouTube videos together with other users, with the option to control playback, pause, rewind, and all these actions happening simultaneously for everyone. The project architecture follows a "client-server" model, where the client is a Vue-based application, and the server is built with Flask. Two-way communication between them is established using websockets through Socket.IO. To explore the server-side code, please visit the following GitHub page: WatchtogetherCloneServer.

Getting Started

To get this project up and running on your local machine, follow these steps:

  1. Clone this repository: git clone https://github.com/JuanCote/WatchtogetherClone.git
  2. Install the project's dependencies using npm: npm install
  3. To run the project in development mode, use the following command: npm run dev

About

Web application where you can watch YouTube videos together with your friends in real time thanks to websockets 👫

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published