JSPM

@yonggiee/ts-rpc

0.1.3
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q47526F
  • License MIT

High performance Node.js webserver with a simple-to-use API powered by uWebsockets.js under the hood.

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.

License

MIT