Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 636 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 636 Bytes

yet another End-to-end Typesafe APIs for Express

* Proof of Concept

Achieves the same goal as tRPC, but without inventing new syntax for writing servers.
Just use plain-old Express!

demo.mp4
  • Zero run-time overhead
  • Zero configuration
  • Opt-in
  • Compatiple with JSDoc

Made possible with TS template literal types, see here.

ts-template-literal-types.mp4