Package Exports
- @yonggiee/ts-rpc
- @yonggiee/ts-rpc/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@yonggiee/ts-rpc) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
TS-RPC(WIP)
Forked from HyperExpress
Powered by uWebSockets.js
Motivation
TS-RPC aims to be tRPC is supposed to be, providing end-2-end type safety while still remaining performant. It uses the power of uWebsockets.js, a Node.js binding of uSockets written in C++.
Some proposed key features are:
- Using a validation library like Typebox/Ajv to do type validation.
- Allow for tRPC like syntax while still keeping it compatible with populat server testing tools like Postman.