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.
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