UNPKG

@jsonjoy.com/reactive-rpc

Version:

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

10 lines (9 loc) 157 B
export declare enum WsFrameOpcode { CONTINUE = 0, TEXT = 1, BINARY = 2, MIN_CONTROL_OPCODE = 8, CLOSE = 8, PING = 9, PONG = 10 }