nanderoo / driftdb

A real-time data backend for browser-based applications.

Home Page:https://driftdb.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DriftDB

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

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.

About

A real-time data backend for browser-based applications.

https://driftdb.com

License:MIT License


Languages

Language:TypeScript 57.9%Language:Rust 39.8%Language:Dockerfile 1.2%Language:HTML 0.3%Language:CSS 0.3%Language:JavaScript 0.3%Language:Shell 0.2%