This example is a service oriented example how to combine many tRPC- servers with one client.
Project uses serverless to run a HTTP API (ServerA) and Rest API (ServerB).
Servers are combined and requests can be made using single tRPC-client.
npm installnpm run buildnpm run start-servernpm run start-client