panettone
v0.1.0
Published
Local first real-time database
Downloads
2
Readme
Panettone
Local first real-time database
Panettone tries to mimic Firebase v8 API. Built initially as a frontend for Pandoro it’s super-fast* (benchmark needed) and will use the File System Access API if available or Web Storage API if it can't reach a backend.
Usage
yarn add pnttn
TODO: example of usage with an hello-world React app (boilerplate needed).
Backend
Our SDK uses a push events buffer (specs needed). In the future, we want to be able to plug any CRUD REST API or GraphQL backend.