This may be a stupid question, but…
I’m adding new API endpoints to an existing express application, and I’m interested in using tRPC. The problem is that it doesn’t interact with a frontend, so I question if it’s worth using tRPC in the first place. Thoughts?