Answer the question
In order to leave comments, you need to log in
Is it possible to establish communication between client and server via WebRTC?
Good day, I know that the data flow between the client and the server can be established via webSockets, but is it possible to do this using WebRTC, as I understand it, there is a DataChennel through which you can drive data between browsers, but is it possible to do this between the client and the server ?
Answer the question
In order to leave comments, you need to log in
https://www.npmjs.com/package/node-rtc (no docks)
All other modules that solve a similar problem wrappers over https://www.npmjs.com/package/wrtc
For example
https://github.com/contra /rtc-everywhere
In general, you can search here https://www.npmjs.com/browse/depended/wrtc
Sample application from that list
https://www.npmjs.com/package/serverless-webrtc
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question