Beyond the Basics of Mini oRPC
Explore advanced features you can implement in Mini oRPC.
This section explores advanced features and techniques you can implement to enhance Mini oRPC’s capabilities.
Getting Started
The complete Mini oRPC implementation is available in the Mini oRPC Repository, with a playground for testing. Once you implement a new feature, submit a pull request to the repository for review.
Feature Suggestions
Below are recommended features you can implement in Mini oRPC:
-
Middleware Typed Input Support (reference)
-
Builder Variants (reference)
- Prevent redefinition of
.inputand.outputmethods
- Prevent redefinition of
-
Type-Safe Error Support (reference)
-
RPC Protocol Implementation (reference)
- Support native types like
Date,Map,Set, etc. - Support
File/Blobtypes - Support AsyncIteratorObject types
- Support native types like
-
Multi-runtime support
-
Contract First Support
-
OpenAPI Support
-
Tanstack Query Integration (reference)