[Consultation] Redwoods API as backend framework

NestJs has been an established backend framework for NodeJs .

I would like to explore if it is feasible or ideally to use Redwood API instead of NestJs to create microservices ?

1 Like

mind sharing how your microservices look like?

Redwood API side is serving data through GraphQL queries… behind it is a services, simply written in js, using PrismaORM to talk to the database… or simply use fetch to consume data from 3rd party REST API url…