# @dxos/rpc

A lightweight, transport-agnostic RPC implementation.

## Features

- Performs a handshake to wait for the other side to be open.
- Errors are serialized and transported with their stack intact.
- Requests are terminated on close.
- TODO: Request timeouts.
- TODO: Data streams.
