User Guide¶
This guide covers how to build with Pulsing. For design rationale, see Architecture & Design.
Suggested order: start with Actor Basics (what an Actor is, spawn, methods), then Communication Patterns (ask / tell / streaming), then Remote Actors (cluster and resolve).
Topics¶
-
Actor Basics
What an Actor is,
@remote,spawn, and core patterns for robust distributed applications -
Communication Patterns
When to use sync, async, streaming, and fire-and-forget (ask / tell)
-
Remote Actors
Cluster setup: resolve, named actors, multi-node
-
CLI Operations
Run, inspect, and benchmark your cluster
Quick Links¶
| Goal | Link |
|---|---|
| New to Pulsing? | Quick Start |
| Actor basics first | Actor Guide |
| Choose communication pattern | Communication Patterns |
| Reliability patterns | Reliability |
| Secure your cluster | Security |
| Run LLM inference | LLM Inference |
| API details | API Overview |
| Full API contract | Complete Reference |