Integrations
Integrating oRPC with your existing stacks, environments, and frameworks.
Integrate oRPC with various stacks, environments, and frameworks effortlessly. oRPC is designed with the Fetch API in mind, making it compatible with any modern environment or framework.
It uses the highly performant Hono RegExpRouter under the hood, ensuring low-latency routing. Whether you're targeting serverless, edge environments, or traditional backends, oRPC is optimized for all scenarios.
Quick Example
Node.js
Node.js doesn't provide native support for creating server with Fetch API, but you can easily use @whatwg-node/server as an adapter.
Express.js
Hono
Next.js
Cloudflare Workers
Other Environments and Frameworks
oRPC works in any modern environment that supports the creating server with Fetch API. If not you can use @whatwg-node/server to create a server adapter.