tRPC
Why¶
- Server <-> client communication
- alternative to REST or GraphQL
- share type definitions
tRPC vs gRPC¶
[[gRPC]] is more for super fast server to server communication - where all your servers have the the gRPC library installed
![[image-20221024073939051.png]]
Last update:
2023-04-24