Poonda
Forward NextJs Request to TRPC Server
About the context to why I want to split the server.
First of all all of the code sit in a Turbo monorepo.
we have a react-native app, and a nextjs web-app that both need to talk to the TRPC server for the common logic. as of today i have my TRPC server on NextJs and React Native is talking to next server with TRPC.
The problem we have is that each time i need to update some TRPC procedure I need to deploy and release NextJs as well, which is not favorable for us.
10 replies