| Crates.io | driftdb |
| lib.rs | driftdb |
| version | 0.1.4 |
| created_at | 2023-01-22 23:42:00.821999+00 |
| updated_at | 2023-03-03 21:06:57.502313+00 |
| description | A real-time data backend for browser-based applications (core library). |
| homepage | https://driftdb.com |
| repository | https://github.com/drifting-in-space/driftdb |
| max_upload_size | |
| id | 765428 |
| size | 29,612 |
DriftDB is a is a real-time data backend that runs on the edge.
The underlying data structure in DriftDB is an in-memory ordered stream. This crate provides the core data structure, message format, and connection logic used by DriftDB.
This crate is used as a library for implementations of the DriftDB API. It does not provide a full implementation (including an event loop and request serving), but implementations are available as driftdb-server (a local dev server) and driftdb-worker (Cloudflare Worker implementation).