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: 3 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

静态编译

`nimlang/nim`容器内编译

需要关闭多线程

```
nim --mm:orc --threads:off --passC:-flto --passL:-flto -d:release --passL:-s --passL:-static --opt:speed c main
```