Microservice Architecture: Aligning Principles, Practices, and Culture

Category: Computer Science
Author: Nadareishvili, Mitra, Mike Amundsen, McLarty
3.0
This Month Stack Overflow 1

Comments

by anonymous   2019-01-13

Few considerations before giving you my two cents...

  • There is no such thing as microservices in Node.js. Microservices is an architectural style based (among the others) on the principle that you should use the right language for the job. So Node.js is one possible choices among many.

  • Your question is too broad, alright, maybe you should change it in order to narrow down its scope;

  • I don't think there is a universal or right answer to this question so I can tell you where I would start if I were you.

Please consider these resources to start: