Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.04 KB

File metadata and controls

26 lines (17 loc) · 1.04 KB

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.

Getting Started

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.

Playground

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.

Sponsors