Skip to content

Overview of Mini oRPC

Mini oRPC is a simplified implementation of oRPC that includes essential features to help you understand the core concepts. It's designed to be straightforward and easy to follow, making it an ideal starting point for learning about oRPC.

INFO

The complete Mini oRPC implementation is available in our GitHub repository: 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.

Released under the MIT License.