-
Notifications
You must be signed in to change notification settings - Fork 43
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
figure out an elegant way to integrate / work with WebRTC #63
Comments
Mentioning this in https://unhosted.org/adventures/14/Peer-to-peer-communication.html:
|
OK that's fine. I wouldn't say it's not designed to listen on ports. It's perfectly capable of it. Maybe saying: since the functionality for opening up new ports on the fly is a feature not yet implemented in sockethub.. ? |
Also putting this text here for reference: Incoming RequestsThe goals of Sockethub are to provide a generic API to messaging from unhosted web apps, that includes posting to someone elses instance. Consider for example, a webfinger record that has a sockethub entry along with it's remotestorage one:
Now, consider another users wants to get a hold of you. They have your sockethub endpoint, and the user address you register as when you connect to it. With that information they could make an HTTP POST to sockethub, something like:
This is all hypothetical for now, but the idea is that if I'm online, with a WebRTC enabled app, I'd get your invitation for a WebRTC chat. |
See conversation in issue #60 for the initial discussion.
The text was updated successfully, but these errors were encountered: