@yonggiee/ts-rpc
v0.1.3
Published
High performance Node.js webserver with a simple-to-use API powered by uWebsockets.js under the hood.
Downloads
2
Maintainers
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.