TRPC to connect a client app with a backend apigateway ?
Hi everyone!
Is it a good practice to use TRPC to connect my client application (Next.Js) with my backend RESTful APIGateway app (Nest.Js) that plays a role of an entry point to other micro-services.
Are there best practices for such use cases ?
Would appreciate some examples of recommendations! Thanks!
Is it a good practice to use TRPC to connect my client application (Next.Js) with my backend RESTful APIGateway app (Nest.Js) that plays a role of an entry point to other micro-services.
Are there best practices for such use cases ?
Would appreciate some examples of recommendations! Thanks!