S
S
Slavka2017-10-11 23:42:23
Computer networks
Slavka, 2017-10-11 23:42:23

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

2 answer(s)
A
Alexander Taratin, 2017-10-12
@Taraflex

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

G
Gennadiy Balachkov, 2017-10-13
@gennadiy403

WebRTC library https://janus.conf.meetecho.com

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question