An open API service indexing awesome lists of open source software.

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

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