oRPC Message Port
Installation
SKILL.md
Message Port
oRPC offers built-in support for common Message Port implementations, enabling easy internal communication between processes.
| Environment | Documentation |
|---|---|
| Electron Message Port | Adapter Guide |
| Browser (extension, window-to-window) | Adapter Guide |
| Node.js Worker Threads Port | Adapter Guide |
Basic Usage
Bridge:
const channel = new MessageChannel()
const serverPort = channel.port1
const clientPort = channel.port2
Related skills
More from ali-master/skills
orpc ecosystem
Community resources, starter kits, tools, and libraries for oRPC.
2orpc event iterator (sse)
Streaming responses, real-time updates, and server-sent events using oRPC.
2orpc comparison
How oRPC differs from tRPC, ts-rest, and Hono.
2orpc openapilink
Use OpenAPILink in oRPC clients to communicate with OpenAPI-compliant APIs.
2orpc middleware
Middleware enables reusable and extensible procedures in oRPC.
2orpc metadata
Enhance your procedures with metadata.
2