Skip to content

wdaimee/websocket-video-player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PartyFlix - Socket.io Party Video Player

About:

PartyFlix is a party video player where multiple users can control the video that is playing. A user can change the video playing by entering a YouTube url, this will change the video being viewed by all users. Users who grab a remote can control the video player through the remote. Users can play/pause, increase/decrease volume, mute the volume, or seek through the video. Socket.io was used for the live user interaction of the video player. The frontend was created with React and the backend uses Node/Express.

Checkout the App:

To checkout the app, follow the steps below:

  1. Fork or clone this repo
  2. cd into your fork/clone repo on your local machine
  3. Install all dependencies through npm i on your terminal
  4. Start the development frontend by typing npm start into the terminal, start the backend developement server by typing nodemon server. Ensure Nodemon is installed globally before running this command.
  5. Go to http://localhost:3000 in your browser to view the app.

List of Technologies Used:

  • React.js
  • Node.js
  • Express.js
  • Socket.io

Screenshots:

Video Page (Main Page)

Imgur

Remote Page

Imgur

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published