Node.js WebRTC client

后端 未结 8 1257
既然无缘
既然无缘 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:27

    You might want to use this implementation : https://github.com/andyet/SimpleWebRTC

    I have used it for my projects and it was very easy to integrate.

提交回复
热议问题