The Unified Event Space
Beyond Boundaries
// The exact same code works whether nodes are:
// - In the same process
// - In different processes on the same machine
// - Distributed across different machines
// - In completely different environments (server, browser, edge)
orderNode.send(inventoryNode, {
type: "check-inventory",
payload: { orderId: "123", items: [...] }
});How the Unified Event Space Works
Cross-Boundary Serialization
JSON Interface, Binary Transport
Preserving Causality Across Boundaries
Unified Configuration
Node-Level Configuration
Large Payload Management
The Global Namespace
Handling Network Realities
Persistent Delivery
Network Partitions
Cross-Environment Communication
Benefits of the Unified Event Space
Last updated