blob: 2a5296f7e3b1b59abeb45f1d83076348451e6a51 [file] [log] [blame] [view]
# Echo realm
This directory contains the common "realm" component used by the FIDL examples
to launch client and server components and route capabilities using
[Component Framework](/docs/concepts/components/introduction.md).
The realm component encapsulates both the server and client components and
performs the necessary capability routing of FIDL protocols between them.
This enables the examples to be created and executed as a single unit
within the [component topology](/docs/concepts/components/v2/topology.md).
For more details on how this component is used in the the FIDL examples,
see `//examples/fidl/README.md`.