https://github.com/suconghou/signalserver-nim
webrtc signalserver in nim
https://github.com/suconghou/signalserver-nim
nim nim-lang p2p signalserver webrtc websocket
Last synced: about 2 months ago
JSON representation
webrtc signalserver in nim
- Host: GitHub
- URL: https://github.com/suconghou/signalserver-nim
- Owner: suconghou
- Created: 2021-03-11T08:43:58.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-05T08:59:41.000Z (10 months ago)
- Last Synced: 2024-08-05T10:27:21.077Z (10 months ago)
- Topics: nim, nim-lang, p2p, signalserver, webrtc, websocket
- Language: Nim
- Homepage:
- Size: 24.4 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
## signalserver
使用`nim`编写的信令服务器
nodejs版 https://github.com/suconghou/signalserver
## WS
ws 库为 https://github.com/treeform/ws
静态编译
`docker pull nimlang/nim:latest-alpine-slim`
需要关闭多线程
```
nim -d:release --passL:-s --passL:-static --mm:orc --threads:off c main
```