driftdb-server 0.1.4

A real-time data backend for browser-based applications (server binary).
driftdb-server-0.1.4 is not a library.

driftdb-server

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 a development server which implements the DriftDB API.

Data are stored in memory and are not persisted beyond the life of the process. The server has no way of scaling beyond one node. As such, this should be treated as a development server or reference implementation.

To run:

cargo run

The server will run on port 8080 by default. See the DriftDB API docs for instructions on how to use the API.