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: 3 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-04-27T07:18:26.000Z (about 1 year ago)
- Last Synced: 2025-04-27T08:24:18.824Z (about 1 year ago)
- Topics: nim, nim-lang, p2p, signalserver, webrtc, websocket
- Language: Nim
- Homepage:
- Size: 24.4 KB
- Stars: 2
- Watchers: 1
- 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
静态编译
`nimlang/nim`容器内编译
需要关闭多线程
```
nim --mm:orc --threads:off --passC:-flto --passL:-flto -d:release --passL:-s --passL:-static --opt:speed c main
```