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