Integrations
Integrating oRPC with your existing stacks, environments, and frameworks.
Introduction
oRPC is design with Fetch API in mind, so you can use it in any modern environment and framework.
Under the hood, oRPC utilizes the RegExpRouter from Hono (the fastest router in the JavaScript ecosystem). We also provide first-class support for Edge and serverless environments.
Hono
While oRPC uses Hono's routing engine internally, there are additional benefits to using oRPC with Hono directly.
Next.JS
As of Next.js 13, you can use the Fetch API for route handlers.
Cloudflare Worker
Cloudflare Workers support Fetch API out of the box.
Other Environments and Frameworks
Since most modern environments and frameworks support the Fetch API, you can use oRPC with virtually any environment or framework.