Triplit is an open-source database that syncs data between server and browser in real-time
published on 2024/06/26
Triplit provides a real-time syncing datastore that you can drop into your app as a Typescript package. Triplit handles storing your data on the server and intelligently syncs your queries to your clients. We call this type of system a “full stack database”—you can watch our presentation to the Local First community on this new paradigm here.
Interesting.