Skip to content

A full-stack web app that lets any number of users stream YouTube videos in sync

License

Notifications You must be signed in to change notification settings

hsujeremy/youtube-party

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YouTube Party: A Synchronized Streaming Platform

YouTube Party is a full-stack web application that lets any number of users stream YouTube videos in sync using the Socket.IO library and the YouTube iFrame API.

Architecture Overview

The high-level architecture layout of YouTube Party is as follows:

Full Architecture

YouTube Party is written entirely in JavaScript. The server runs on Node.js while the client is built using the React framework.

Both the server and client use Socket.IO to form the network connection but only the client calls the YouTube iFrame API for its embedded video player.

Contributing

# Starting the server
cd server
node index.js

# Starting the client
cd client
yarn start

YouTube Party is no longer in active development and is currently in maintence mode.

About

A full-stack web app that lets any number of users stream YouTube videos in sync

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published