I am in the process of building out a greenfield service for our backend that will run in it's own container and interact with our services. Only internal, never exposed to any sort of frontend. I was planning to use trpc or fastify or nestjs, but wondering if it's worth taking the leap into effect to write something like this?
My only concern is performance and the maturity of the framework to build an internal API? Learning curve I am not too concerned about and I've watched quite a few tutorials on the basics of effect. My other concern if this is the wrong solution for the problem I have, that it's not designed to be a standalone framework for writing services and I should using something like Hono or the previous ones I've listed.