Expand description
Binary JSON-RPC server implementation.
This module provides a simple server that communicates via stdin/stdout using line-delimited JSON messages, including fire-and-forget events.
Structs§
- Binary
Server - A JSON-RPC server that communicates via stdin/stdout.
- Event
Emitter - A cloneable writer for emitting unsolicited OpenCore binary events.
Type Aliases§
- Handler
- A handler function that processes JSON-RPC requests.