Guides
Getting Started
This guide explains how to get started with async-bus to build asynchronous message-passing systems with transparent remote procedure calls in Ruby.
Controllers
This guide explains how to use controllers in async-bus to build explicit remote interfaces with pass-by-reference semantics, enabling bidirectional communication and shared state across connections.