In Busy Hour we use hono as our backend framework and we really love it's performance compare with express performances. As the times goes on, TRPC has a better performance compare with only using REST API on Hono or Blaze. Therefore, to accomadate the needs to use TRPC with Blaze, we decide to develop a TRPC adapter for Blaze.
To get started to use blaze-trpc
on your project, you can start by installing it to your Node project by using the following command.
pnpm i @busy-hour/blaze-trpc
Once you install blaze-trpc
in your project, you can start using it by following the complete instruction how to start using blaze on your project on our wiki .
To start contributing to our repository, please look more about the detail how to contribute in our contribution guidelines.
Made with contrib.rocks