WebRTC Data Channel server to clients UDP communication. Is it currently possible?

前端 未结 2 1778
日久生厌
日久生厌 2020-12-29 15:04

Is it possible to use WebRTC Data Channels on Node.js in a way that mimics the functionality of WebSockets except using UDP?

In essence I want to have a server runni

2条回答
  •  星月不相逢
    2020-12-29 15:35

    This project is very active, and seem to undertake the mission of importing the entire WebRTC stack into node.js There's also this project but it looks pretty inactive.

    Would love to know if that was satisfying and if you're doing such a project (as in the question) please link to github :)

提交回复
热议问题