All Projects → ahmedsadman → redparty

ahmedsadman / redparty

Licence: GPL-3.0 license
Host Youtube watch party with friends. Sync videos and chat in real-time

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to redparty

stream-together-web-extension
Watch any video together with friends.
Stars: ✭ 57 (-18.57%)
Mutual labels:  watch, friends, party
Sample Chat Electron
Socket.io based chat server and clients, implemented in NodeJS and distributed to Windows and MacOS.
Stars: ✭ 116 (+65.71%)
Mutual labels:  socket, socket-io
Graphql Live Query
Realtime GraphQL Live Queries with JavaScript
Stars: ✭ 112 (+60%)
Mutual labels:  socket, socket-io
aioudp
Asyncio UDP server
Stars: ✭ 21 (-70%)
Mutual labels:  socket, socket-io
Railschat
Real-time Rails-based Webchat for Instant Messaging (实时Web聊天室)
Stars: ✭ 81 (+15.71%)
Mutual labels:  socket, instant-messaging
Socket.io Redux
Redux middleware to emit action via socket.io
Stars: ✭ 103 (+47.14%)
Mutual labels:  socket, socket-io
Ngx Socket Io
Socket.IO module for Angular
Stars: ✭ 178 (+154.29%)
Mutual labels:  socket, socket-io
Peeplus
python+vue3前后端分离项目
Stars: ✭ 28 (-60%)
Mutual labels:  socket, socket-io
Socket Controllers
Use class-based controllers to handle websocket events.
Stars: ✭ 191 (+172.86%)
Mutual labels:  socket, socket-io
Oksocket
An blocking socket client for Android applications.
Stars: ✭ 2,359 (+3270%)
Mutual labels:  socket, socket-io
Web Socket
Laravel library for asynchronously serving WebSockets.
Stars: ✭ 225 (+221.43%)
Mutual labels:  socket, socket-io
Socket.io Rpc
Extend your promises across a network with socket.io
Stars: ✭ 67 (-4.29%)
Mutual labels:  socket, socket-io
Chatter
A chatting app using socket.io
Stars: ✭ 53 (-24.29%)
Mutual labels:  socket, socket-io
Rltm.js
Easily swap realtime providers with a single code base
Stars: ✭ 106 (+51.43%)
Mutual labels:  socket, socket-io
Progress Bot
High-tech weaponized moe progress delivery bot for IRC, Discord, and web
Stars: ✭ 38 (-45.71%)
Mutual labels:  socket, socket-io
Nuxt Socket Io
Nuxt Socket IO - socket.io client and server module for Nuxt
Stars: ✭ 148 (+111.43%)
Mutual labels:  socket, socket-io
Chattt
❯❯❯ Chat without leaving your terminal
Stars: ✭ 239 (+241.43%)
Mutual labels:  socket, socket-io
Angular Contacts App Example
Full Stack Angular PWA example app with NgRx & NestJS
Stars: ✭ 570 (+714.29%)
Mutual labels:  socket, socket-io
Dodgem
A Simple Multiplayer Game, built with Mage Game Engine.
Stars: ✭ 12 (-82.86%)
Mutual labels:  socket, socket-io
Vuesocial
something like QQ、weibo、weChat(vue+express+socket.io仿微博、微信的聊天社交平台)
Stars: ✭ 189 (+170%)
Mutual labels:  socket, socket-io

RedParty

LIVE: https://redparty.netlify.app

(WORK IN PROGRESS)

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 Heroku

If 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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].