Skip to content

cppccn/pnttn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Panettone

Local first real-time database

Panettone tries to mimic Firebase v8 API. Built initially as a frontend for Pandoro it’s superfast* (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 a hello-world React app (boilerplate required).

Backend

Our SDK uses a push events buffer (specs required). In the future, we want to be able to plug any CRUD REST API or GraphQL backend.