telexed ~ c / 1962f8de-cddradar:50 · infra_saasLIVE
← back
NO.
#1962f8de
Topic
INFRA & SAAS
Source
Hacker News · Bootstrapped
Published
2024-12-20 16:36:33
Importance
★ 5/10 — radar 50
`Rivet Actors`: open-source Durable Objects alternative with `Rust`, `FoundationDB`, and isolates
FIG-1961:1

`Rivet Actors`: open-source Durable Objects alternative with `Rust`, `FoundationDB`, and isolates

A self-hosted actor runtime with RPC, state, and events built in, without a Kubernetes-style orchestrator. Worth a look if Durable Objects felt too rigid for realtime backends.

[ KEY POINTS ]
  1. Runs on Rust, V8 isolates, and FoundationDB, with Deno support so NPM and JSR packages work out of the box.
  2. Avoids a traditional Kubernetes/Nomad runtime and uses an in-house actor-like workflow engine for upgrades, retries, and draining.
  3. Supports both isolates and Docker-compatible containers, so the same platform can host app logic, game servers, or media workloads.
  4. Built-in observability, vanilla HTTP APIs, region control, plus TCP/UDP support make it broader than the usual edge-actor model.
Originalgithub.com/rivet-gg/rivetRead original →

// related