https://github.com/peercodeproject/signalingserver
webRTC Signaling server
https://github.com/peercodeproject/signalingserver
pub-sub signaling-server simple-peer webrtc
Last synced: 5 months ago
JSON representation
webRTC Signaling server
- Host: GitHub
- URL: https://github.com/peercodeproject/signalingserver
- Owner: PeerCodeProject
- License: mit
- Created: 2022-04-25T09:03:00.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-08-24T21:25:52.000Z (almost 3 years ago)
- Last Synced: 2024-04-14T03:13:15.552Z (about 2 years ago)
- Topics: pub-sub, signaling-server, simple-peer, webrtc
- Language: Go
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Signaling Server
WebRTC Signaling Server in Go for [y-webrtc](https://github.com/yjs/y-webrtc/blob/master/bin/server.js)
## Usage
bash
```bash
go run cmd/main.go
```
Docker
```bash
docker run --name signaling-server -p 4444:4444 liquidibrium/signaling-server
```
More comands in `justfile`
## References
* Client library - [simple peer](https://github.com/feross/simple-peer)
* Based on - [fasthttp WebSocket](https://github.com/fasthttp/websocket)