Skip to content

How geckos.io use WEBRTC? Is there anything you do with P2P? #217

Discussion options

You must be logged in to vote

I'm new to Geckos as well, however I believe I can answer your questions.

First, WebRTC allows for connections to go in any direction and this is done by using signalling to transmit SDP and ice candidates between two clients to facilitate a connection within the WebRTC stack. This mainly takes place when initializing the peer connection, and then datachannels and media tracks are then initialized within that connection context. each of these connections happen within a peerconnection, and a single peerconnection can facilitate thousands of datachannel objects within it. This allows one node to act as a server, and to multiplex each datachannel within a peerconnection in a way that facili…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by obbaeiei
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants