UNPKG

@jsonjoy.com/reactive-rpc

Version:

Reactive-RPC is a library for building reactive APIs over WebSocket, HTTP, and other RPCs.

6 lines (5 loc) 91 B
export declare enum RpcMessageFormat { Binary = 0, Compact = 1, JsonRpc2 = 2 }