27 Microservices with Node.js
The hardest thing about an idea is not having it but recognizing if it is good.—Chris Howard
There are various architectural approaches for the implementation of web applications. One of these approaches is called microservice architecture. This means that your application doesn’t consist of one large, tightly coupled piece of source code, but is composed of several specialized microservices. This type of architecture has its pros and cons. The most important thing for you to know is when you should use microservices. In this chapter, you’ll get an insight into the development of such microservices with Node.js. In doing so, we’ll introduce you to different approaches to communication, and you’ll develop a small ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access