Skip to content

miekassu/trpc-aws-lambda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tRPC SOA: multiple servers and one client

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.

Run locally with serverless & serverless-offline

  1. npm install
  2. npm run build
  3. npm run start-server
  4. npm run start-client

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published