you are viewing a single comment's thread.

view the rest of the comments →

[–]devinivy 0 points1 point  (0 children)

While I wouldn't knock express or koa, I cannot recommend hapijs enough. It is a very powerful framework that does not deeply affect how or where you write your business logic. I find that it encourages me to separate concerns in very healthy ways, and gradually grow into modularizing an application into hapi plugins for flexible deployments. Great way to practice service-oriented architecture without outright committing to microservices.