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

Running kappa in the browser? #25

Open
rjmackay opened this issue Apr 25, 2021 · 1 comment
Open

Running kappa in the browser? #25

rjmackay opened this issue Apr 25, 2021 · 1 comment

Comments

@rjmackay
Copy link

Is there a supported method for running kappa purely in the browser? There some old discussion on #12 but I couldn't find anything more recent

@hackergrrl
Copy link
Member

For regular Node use, people tend to use level and random-access-file for storage, and then maybe hyperswarm for network discovery.

Fortunately, some folx have made alternative storage and discovery modules for the web: check out https://github.com/random-access-storage/random-access-web and https://github.com/RangerMauve/hyperswarm-web. https://github.com/Level/level#introduction supports browser use.

Let me know if you'd like more guidance on how to rig these up together, or if just knowing about these modules is enough!

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

2 participants