Remote Storage Versions Save

remoteStorage is a simple library that combines the localStorage API with a remote server to persist data across sessions, devices, and browsers. It works as a simple key value database store and backend with support for React, Next.js, Vue, Node, or any Javascript stack

[email protected]

1 month ago

Patch Changes

  • 2e58ee6: Switches to esbuild for browser-based building

[email protected]

1 month ago

Patch Changes

  • 9d0ea6c: Adds a minified version of the library that can be included in browsers without npm

[email protected]

3 months ago

Patch Changes

  • 7c3c492: Fixes an issue with arrays being interpreted as non-JSON

[email protected]

3 months ago

Introducing remoteStorage version 1.0.4! Check out the key features:

  • 🔐 Enhanced Security: Secure your calls with JSON Web Tokens (JWTs). Both the server and client now support JWTs to ensure the protection of your users' data.
  • 💾 sqlite Server Support: Say goodbye to Redis! The server now utilizes sqlite by default, allowing you to store significantly more data. Plus, running the server is now a breeze with just a single command (no Docker required).
  • 📚 OpenAPI Documentation: The server is now documented with OpenAPI/Swagger, simplifying the process of building your own clients or server. Explore the comprehensive documentation for seamless integration.

[email protected]

4 months ago

Patch Changes

  • ca170a5: Updated default server url to be api.remote.storage

[email protected]

4 months ago

Patch Changes

  • 948f834: Fixes an issue where empty config was giving typescript errors

[email protected]

4 months ago

Patch Changes

  • 9357424: Updated default server address

[email protected]

4 months ago

Major Changes

  • 9d909aa: Initial release

[email protected]

4 months ago

Patch Changes

  • 50b23a1: Updated readme

[email protected]

4 months ago

Patch Changes

  • 6a52daf: Updated readme
  • edd393f: Fix lockfile issues