Node.js WebRTC client

后端 未结 8 1263
既然无缘
既然无缘 2020-11-30 23:50

I am looking for a webrtc implementation for node.js
to transmit data from a nodeJS client to another webRTC peer.

So in my case the nodejs appl

8条回答
  •  隐瞒了意图╮
    2020-12-01 00:44

    How about simple-peer and rtc-everywhere?

    https://github.com/feross/simple-peer

    https://github.com/contra/rtc-everywhere

提交回复
热议问题