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

Use web storage instead of RAM #23

Open
santakadev opened this issue Feb 20, 2019 · 2 comments
Open

Use web storage instead of RAM #23

santakadev opened this issue Feb 20, 2019 · 2 comments
Milestone

Comments

@santakadev
Copy link
Contributor

With the current session storage (RAM) when the user reloads the page the session is lost. This is also a problem for development, because session is lost for each code change due to webpack dev server hot reload.

Here are listed web storage available options.

@santakadev santakadev added this to the 1.1 milestone Mar 19, 2019
@santakadev
Copy link
Contributor Author

Recently I've discovered these modules for storage in the web
https://github.com/random-access-storage

@santakadev
Copy link
Contributor Author

Example of indexed DB in hypercore
holepunchto/hypercore#160 (comment)

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

1 participant