Notes
After reviewing the examples, there are few things of note to highlight:
- Implementing server behavior requires the creation of a specialized component that implements the desired service(s).
- Implementing client behavior does not require the creation of a specialized component, but does require the registration of message handlers to process the messages returned by the server.
- Server and/or client side behavior for some of the core services are supported out of the box. Specifically:
- Transport -- (server and client)
- Events -- (server and client)
- AccessControl -- (server and client)
- Management -- (server only)
- Discovery -- (server and client)