#NestJS with trpc
1 messages · Page 1 of 1 (latest)
ts-rest has official nest integration though: https://ts-rest.com/ & https://ts-rest.com/docs/nest
Thanks for the help. I'll be looking into ts-rest 🙂
we started using https://nestia.io/
which can compile an sdk that the frontend can use to establish type safety
Ts-rest has just upgraded their Nest integration too!
+1 for ts-rest. It's really good
ts-rest looks like the best of both words. The type safety and ease of development of trpc while still being a simple rest. Previously, we also used a client generated from openapi, but it's not as ergonomic as this.