MiYazJE / Share-Videos

A web application to view youtube videos in real time with friends.
https://share-videos.vercel.app/
MIT License
1 stars 0 forks source link
chakra-ui-react express mongodb nodejs react redux-rematch socket-io youtube

Share Video

Share Video is a website to view youtube videos in real time.

Table of contents

How it Works

A user create a room and shares a link or a room code with others to join. When someone seek or play/pause a video he emits an event to everyone who's connected in the same room, same happens when someone adds a video to the playlist.

All of this its made with Web Sockets (socket.io) and node.js (express.js).

Install backend

Go to /server folder.

Install frontend

Go to /client folder and run npm run start.

Roadmap