driftdb-server

Crates.iodriftdb-server
lib.rsdriftdb-server
version0.1.4
sourcesrc
created_at2023-01-22 23:43:21.131956
updated_at2023-03-03 21:07:39.992327
descriptionA real-time data backend for browser-based applications (server binary).
homepagehttps://driftdb.com
repositoryhttps://github.com/drifting-in-space/driftdb
max_upload_size
id765429
size45,649
Paul Butler (paulgb)

documentation

https://driftdb.com

README

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.

Commit count: 278

cargo fmt