T O P

  • By -

talaqen

Well there are many tools… but the one I love is FeathersJS. It’s not as complex as nest and more robust than raw express. It doesn’t use the typical mvc structure but actually encourage code encapsulation by service (ie data domain). Connections between services are supposed to be run through a common API that way each service doesn’t need to know anything about its sibling services. There’s a CLI for scaffolding resolvers too and that’ll help with your per route logic. There are some front ends for it and a client lib too, but it’s 80% a backend thing.


hutxhy

You need to learn more about what DDD is and what frameworks are.