Mini oRPC Overview
Installation
SKILL.md
Overview of Mini oRPC
Mini oRPC is a simplified implementation of oRPC that includes essential features to help you understand the core concepts.
The complete Mini oRPC implementation is available at the Mini oRPC Repository.
Prerequisites
Before you begin, ensure you have a solid understanding of TypeScript. Please review the following resources:
You can also practice TypeScript at typehero.dev.
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