Skip to content

kkRPC

RPC Everything with TypeScript

Next steps

HTTP

Call API over HTTP like calling local functions (similar to tRPC)

WebSocket

Call API over WebSocket (with callback support and bidirectional)

Web Worker

Bidirectional communication between Web Worker and main thread

stdio

IPC over stdio between JavaScript/TypeScript processes (e.g. Node.js/Deno/Bun)