CLI launcher for RedDB. The JS/TS app driver is published as @reddb-io/sdk.
Official embedded RedDB SDK — launches a local red binary over stdio JSON-RPC. Use @reddb-io/client for remote HTTP, gRPC, and RedWire.
Thin remote-only RedDB driver. Downloads the `red_client` binary on install. Speaks RedWire/gRPC/HTTP. Embedded URIs (memory://, file://, red:///path) are rejected — use @reddb-io/sdk for those.
RedDB wire protocol client for Bun — ultra-fast native TCP
Actions io lib
Abstraction over common javascript date management libraries
TypeScript runtime type system for IO decoding/encoding
Abstraction over common javascript date management libraries
PM2.io NodeJS APM
Abstraction over common javascript date management libraries
A library of useful I/O functions used across various cspell tools.
Abstraction over common javascript date management libraries
Common stuff for nice-grpc and nice-grpc-web
A collection of codecs and combinators for use with io-ts
Abstraction over common javascript date management libraries
Statsig helps you move faster with feature gates (feature flags), and/or dynamic configs. It also allows you to run A/B/n tests to validate your new features and understand their impact on your KPIs. If you're new to Statsig, check out our product and cre
A public-key signature system based on Ed25519 for the NATS ecosystem in javascript
NUID - A highly performant unique identifier generator.
Shared TypeScript definitions for Starknet projects
jetstream library - this library implements all the base functionality for NATS JetStream for javascript clients
Statsig helps you move faster with feature gates (feature flags), and/or dynamic configs. It also allows you to run A/B/n tests to validate your new features and understand their impact on your KPIs. If you're new to Statsig, check out our product and cre
Node.js client for NATS, a lightweight, high-performance cloud native messaging system
List of standard SVG tags.
nats-core library - this library implements all the base functionality for NATS javascript clients
Unified multi-model database: tables, documents, graphs, vectors, and key-value in one engine. Umbrella crate that hosts the `red` binary and re-exports the workspace.
Official Rust client for RedDB — embedded engine, gRPC, HTTP, and RedWire transports behind one connection-string API. Also hosts the workspace-internal connector + REPL used by the `red` and `red_client` binaries.
Workspace-internal gRPC connector used by `reddb-server` (rpc_stdio) and `reddb-client`. Splitting it out of `reddb-client` breaks the otherwise-circular path dependency between `reddb-client[embedded]` (which pulls `reddb-server`) and `reddb-server` (which needs the connector).
Generated gRPC protobuf types and tonic client/server stubs for RedDB. Shared across reddb-server, reddb-client, and language drivers.
RedDB server-side engine: storage, runtime, replication, MCP, AI, and the gRPC/HTTP/RedWire/PG-wire dispatchers. Re-exported by the umbrella `reddb` crate.
RedDB wire protocol vocabulary: connection-string parser and (later) RedWire frame types. Shared by reddb-server, reddb-client, and the official drivers.