Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why do we need a server at all? #52

Closed
Tomas-M opened this issue Sep 6, 2014 · 1 comment
Closed

Why do we need a server at all? #52

Tomas-M opened this issue Sep 6, 2014 · 1 comment

Comments

@Tomas-M
Copy link

Tomas-M commented Sep 6, 2014

May I kindly ask you for an explanation, why do we need peer server at all? I don't get it. WebRTC works without it at all, so why peer.js library needs a broker? Would you please provide some technical details whats happening under the hood on the server? Just briefly. Thank you.

@Kaideane
Copy link

Kaideane commented Oct 1, 2014

The "broker" here is essentially the signalling server used to set up WebRTC peer to peer connections.
Your concept of "WebRTC works without it at all", may not be complete. Signalling was intentionally left out of the WebRTC stack, this opens the door for a lot of creativity and interoperability for WebRTC based applications.

@michelle michelle closed this as completed Nov 1, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants