Skip to content

This is a very simple WebRTC full stack demo for studying.

Notifications You must be signed in to change notification settings

Ezharjan/WebRTCDemo

Repository files navigation

WebRTC Video/Audio Broadcast

Sends a video from the broadcast page to all connected clients (watchers) over WebRTC PeerToPeer connections.

Getting started

Start using Node

# Install dependencies for server
npm install

# Run the server
node server

Start using Docker

# Building the image
docker build --tag webrtcvideobroadcast .

# Run the image in a container
docker run -d -p 4000:4000 webrtcvideobroadcast

Author

Alexander Ezharjan

About

This is a very simple WebRTC full stack demo for studying.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published