Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ahmedsadman/redparty
Host Youtube watch party with friends. Sync videos and chat in real-time
https://github.com/ahmedsadman/redparty
chat friends instant-messaging party socket socket-io watch youtube youtube-watch-party
Last synced: 3 months ago
JSON representation
Host Youtube watch party with friends. Sync videos and chat in real-time
- Host: GitHub
- URL: https://github.com/ahmedsadman/redparty
- Owner: ahmedsadman
- License: gpl-3.0
- Created: 2020-06-07T06:46:23.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-06T20:48:25.000Z (almost 2 years ago)
- Last Synced: 2024-08-01T19:44:15.034Z (6 months ago)
- Topics: chat, friends, instant-messaging, party, socket, socket-io, watch, youtube, youtube-watch-party
- Language: JavaScript
- Homepage:
- Size: 2.02 MB
- Stars: 73
- Watchers: 10
- Forks: 21
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RedParty
> LIVE: https://redparty.netlify.app
**THIS PROJECT WAS HOSTED IN FREE HEROKU TIER. AS HEROKU IS NO LONGER FREE, THIS PROJECT DOES NOT HAVE THE LIVE BACKEND. IF YOU WANT TO USE IT, PLEASE CLONE THE REPO AND DO THE NECESSARY SETUP, IT WILL BE WORTH YOUR WHILE!**
A React based web application that let's you host Youtube watch party with friends. Sync videos and chat with friends in real-time. This application uses Socket.io to handle connections.
## Features
- Host Youtube videos in a room
- Sync videos in real-time
- Instant messaging with friends## Deployment
As you can see, both client and server is in same repo. The client is deployed in Netlify and
the server is deployed to HerokuIf you want to deploy the server to Heroku, you have to only deploy the `server` folder otherwise Heroku
will throw errors. For this, run the following git command from root folder:```
git subtree push --prefix server heroku master
```_More information will be added as the project progresses further_