Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在我的服务器上安装了 NodeJS。在我从浏览器发出 GET 请求(例如“/datachannel_with_myserver”)之后,我希望我的服务器充当 WebRTC 信令服务器并同时成为对等点。
如何在不使用 WebSockets 的情况下做到这一点?我必须安装哪些软件包?