driftdb-worker

GitHub Repo stars crates.io docs.rs docs.rs Test Chat on Discord

DriftDB is a is a real-time data backend that runs on the edge.

This crate implements the DriftDB API on top of Cloudflare Durable Objects.

Usage requires wrangler, Cloudflare’s CLI tool.

To run locally:

bash npm i npm run dev

Deploying to Cloudflare requires a Durable Objects subscription from Cloudflare. (If you just want to experiment with DriftDB, you can access a server for free at jamsocket.live)

To deploy to Cloudflare:

bash npm i npm run deploy