Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 545 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 545 Bytes

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