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.
To get started with Mini oRPC, review this repository alongside the Mini oRPC documentation. The documentation provides a comprehensive guide for building mini oRPC from scratch, with examples and key concept explanations.
The playground directory contains a minimal React + Bun setup for testing and experimenting with Mini oRPC. To run the playground:
cd playground
bun dev
This will start the development server and you can begin exploring Mini oRPC features in a live environment.