DRAFTThis page is not published. Only visible in development mode.

Clients

ReifyDB runs embedded inside your process or as a server behind HTTP, WebSocket, and gRPC. Pick the client that matches your architecture.

Embedded or server

Embedded Rust gives you the engine in-process with no network hop. The server exposes the same engine to any language over the wire. This section will map typical architectures to a mode.

Available clients

Rust (embedded and network), TypeScript/JavaScript, and Python, plus a WASM build for browsers. This section will summarize maturity and feature coverage per client.