Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 468 Bytes

File metadata and controls

24 lines (15 loc) · 468 Bytes

Signaling Server

WebRTC Signaling Server in Go for y-webrtc

Usage

bash

    go run cmd/main.go

Docker

    docker run --name signaling-server -p 4444:4444 liquidibrium/signaling-server

More comands in justfile

References