Node.js WebRTC client

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

    There is one more WebRTC wrapper for node https://github.com/vmolsa/webrtc-native.

    Supports data channel as well as media streams.

    Has support for linux, mac and windows.

    WebRTC codebase is synced frequently.

    Update: There's a light datachannel only implementation, supports linux/mac/windows http://www.meshcommander.com/webrtc

提交回复
热议问题