-
Notifications
You must be signed in to change notification settings - Fork 0
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
Hyper Hyper Space: Browser-based peer to peer applications for everything #15
Comments
I agree! This is related to my personal work as well, workshops where people only need a laptop or phone without having to install anything. Curious what types of discussions you may want to explore, or perhaps hands-on sessions? I usually run the software on Raspberry Pis that are meshed together. There will be switches where you can plug Raspberry Pis or other devices into the local network if you want. |
I think there are several directions that are worth exploring, elaborating on the idea of having a platform that enables users to have all their information stored within their own devices and running a software platform collaboratively using just their standards-compliant browsers:
About the Pis, the only bit that needs to run outside of the browser is the signalling software, which is just a bit of Python. It could run on someone's laptop also. There's also the problem of delivering the static site to people's browsers, that could be done with a Pi but maybe it's overkill? Also IPFS, maybe? I hope to publish the platform prototype soon. I fear all this may sound a bit looney otherwise :) |
Hey how's this coming along? Please submit https://docs.google.com/forms/d/1Iet2xk6qwZZWkDHTEMCUn5zlb80IwXNtb6epk4-9O-s/ if you would like to list this project on website and schedule :D |
Hopefully there'll be a beta to play along at the camp :-) Thanks for the link, I'll fill a proposal today! |
Very well described. I hope dweb camp conversation will continue after the camp ends. |
@amirouche responded to you on new thread! |
@benhylau just sent the proposal, back to programming now 👍 |
This project explores the idea of using web browsers (and in the future mobile devices) as nodes in a peer to peer network that provides end-user platforms (social networking, communications, commerce, sharing, etc).
The main advantages of using the browser as a platform are:
We're close to having a working implementation of a chat application, with other solutions coming after that (commerce, sharing, etc).
There's a bit more information in https://www.hyperhyperspace.org
I think it would be interesting to discuss these ideas in the camp :-)
The text was updated successfully, but these errors were encountered: