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 install
npm run build
npm run start-server
npm run start-client