Y
Y
yativ_sobb2016-07-07 21:41:12
JavaScript
yativ_sobb, 2016-07-07 21:41:12

Is it possible not to use node.js for webRTC?

I'm easily confused if you use TURN \ STUN then you can do without node.js or all of this should be used together.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
M
Maxim Anarchistov, 2016-08-01
@ozonar

To use webRTC, you need to have a signaling connection, which can be provided in any way, be it socket.io, websockets, jquery or anything else, the rest of the logic works fine on js.
There are decently public STUN servers, TURN servers are also public, but there are an order of magnitude fewer of them. In principle, the server is not so necessary for test runs of TURN, everything will work without it

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question