Skip to content

azure-glades/groupwatch-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GroupWatch Server

A minimal Node.js + Svelte app for sharing your screen with friends in real-time, featuring:

  • WebRTC video streaming (peer-to-peer)
  • WebSocket-backed chat and room management
  • No authentication, just share a room name

Audio can only be shared through browser tabs. Be sure to play local videos through the web-browser to share audio. I tried to resolve this but it appears to be a limitation of WebRTC. Perhaps some other protocol should be take up to achieve this.

Quick start:

Set up modules npm install in /client and /server

To run the server

cd client
npm run build
cd ../server
node index.js

This sets up the server locally. Connect to it via your local IP + port 3000 To expose this server to the internet (to allow your friends to join),

  1. Use a tunnelling service like cloudflare or ngrok.
  2. Use port forwarding.
  3. Fork/Clone and deploy on Railways/Render/Heroku etc.

About

A minimal Node.js + Svelte app for sharing your screen with friends in real-time

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors