Skip to content

A simple signaling server for WebRTC based on the MDN sample

Notifications You must be signed in to change notification settings

Roboy/webrtc-signaling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple WebRTC signaling server

This project intends to be a WebRTC Signaling Server using Websockets. It is based on the MDN Chat-Server example

The goal is to have a small docker container that has everything, including a turn server, to be deployed and used to connect WebRTC clients.

Running

To run everything (signaling server and turn server), use:

docker compose up

to make sure that the container is freshly built use:

docker compose up --build

About

A simple signaling server for WebRTC based on the MDN sample

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published