Skip to main content

Module server

Module server 

Source
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§

BinaryServer
A JSON-RPC server that communicates via stdin/stdout.
EventEmitter
A cloneable writer for emitting unsolicited OpenCore binary events.

Type Aliases§

Handler
A handler function that processes JSON-RPC requests.