DriftDB
DriftDB is a real-time data backend for browser-based applications.
For more information, see driftdb.com.
Structure of this repo
docs/
: main online documentation and website for driftdb, available on the web at driftdb.com.driftdb/
: core Rust driftdb implementation.driftdb-server/
: Rust crate of driftdb dev server.driftdb-worker/
: driftdb implementation on Cloudflare Workers.js-pkg/
: JavaScript package root.demos/
: next.js project containing several demos, available on the web at demos.driftdb.com.driftdb/
: JavaScript client library for driftdb.driftdb-react/
: Higher-level React hook-based interface to driftdb.driftdb-ui/
: React-based debug UI for driftdb, available on the web at ui.driftdb.com.