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

WebRTC mode for peer-to-peer transfers #19

Open
konklone opened this issue Sep 15, 2015 · 3 comments
Open

WebRTC mode for peer-to-peer transfers #19

konklone opened this issue Sep 15, 2015 · 3 comments
Milestone

Comments

@konklone
Copy link

This would enable access to the secret only when the sender literally has the tab open in fugacious where they entered it.

The data would never be stored in fugacious' database, and it would never be transmitted through fugacious' servers. Instead, fugacious' JavaScript would be responsible for establishing the peer-to-peer connection and transferring the data directly from the sender to the receiver.

This is a non-trivial feature addition, but I wanted to get it down while I was thinking about it. Because it eliminates the need for a database (at the cost of forcing transfers to be mostly synchronous/coordinated) it might even be a better fit for another tinier app entirely. But if this project is interested in it, it'd be a fun, useful feature.

@jgrevich
Copy link
Member

That's a great suggestion. I'll definitely look into getting that integrated. Please send any helpful resources this way.

@jgrevich jgrevich modified the milestone: 0.2.0 - P2P/WebRTC May 23, 2016
@afeld
Copy link

afeld commented Jun 1, 2016

Just learned about a few open source projects that do this:

@amoose amoose modified the milestones: unplanned, 0.2.0 - P2P/WebRTC Dec 9, 2016
@amoose
Copy link
Member

amoose commented Dec 9, 2016

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

4 participants