Server
Adapters Overview
Mount pRPC on your favorite web framework.
Adapters
Adapters integrate pRPC with your server runtime. They:
- expose a single HTTP endpoint (by default
POST /rpc) - forward JSON-RPC payloads to the pRPC interpreter
- return JSON-RPC responses from your procedures
Available Adapters
- FastAPI — Mount pRPC on a FastAPI app
- Flask — Mount pRPC on a Flask app
- Standalone ASGI — Use the minimal ASGI app directly
Each adapter uses the same core registry of procedures registered with @rpc.