We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
For regular Node use, people tend to use level and random-access-file for storage, and then maybe hyperswarm for network discovery.
level
random-access-file
hyperswarm
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!
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: