Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletter Hub
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Building Microservices with Node.js

You're reading from   Building Microservices with Node.js Explore microservices applications and migrate from a monolith architecture to microservices

Arrow left icon
Product type Paperback
Published in May 2024
Publisher Packt
ISBN-13 9781838985936
Length 324 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Author (1):
Arrow left icon
Daniel Kapexhiu Daniel Kapexhiu
Author Profile Icon Daniel Kapexhiu
Daniel Kapexhiu
Arrow right icon
View More author details
Toc

Table of Contents (23) Chapters Close

Preface 1. Part 1: Understanding Microservices and Node.js
2. Chapter 1: Introducing Microservices FREE CHAPTER 3. Chapter 2: Exploring the Core Principles of Microservices 4. Chapter 3: Understanding Node.js Fundamentals: Building Blocks and Key Concepts 5. Chapter 4: Leveraging the JavaScript and Node.js Ecosystem for Microservices Development 6. Part 2: Building and Integrating Microservices with Node.js
7. Chapter 5: Knowing the Infrastructure of Microservices in Node.js 8. Chapter 6: Designing Microservices Architecture in Node.js 9. Chapter 7: Integrating Microservices in Node.js Applications 10. Chapter 8: Debugging Microservices in Node.js 11. Part 3: Data Management in Microservices Using Node.js
12. Chapter 9: Database Manipulation in Microservices with Node.js 13. Chapter 10: API Communication and Data Contracts in Microservices 14. Chapter 11: Caching and Asynchronous Messaging in Microservices 15. Chapter 12: Ensuring Data Security with the Saga Pattern, Encryption, and Security Measures 16. Part 4: Monitoring and Logging in Microservices with Node.js
17. Chapter 13: Monitoring Microservices in Node.js 18. Chapter 14: Logging in Microservices with Node.js 19. Chapter 15: Interpreting Monitoring Data in Microservices 20. Chapter 16: Analyzing Log Data in Microservices with Node.js 21. Index 22. Other Books You May Enjoy

Introducing Microservices

Microservices, or microservices architecture, is an architectural style for designing and building software applications as a collection of small, independent, and loosely coupled services. Microservices offer benefits such as scalability, agility, independent development, and improved fault tolerance. However, they also introduce challenges such as service orchestration, distributed data management, and increased complexity in system design and testing. The successful implementation of microservices requires careful consideration of the specific application requirements and a well-defined architectural strategy.

In this book, we are going to learn about microservices in general and how to architect and develop microservices in Node.js. The book is suitable for backend developers, full-stack developers, software architects, and frontend developers who want to get into the world of backend development and extend their capabilities. You will learn, in an in-depth manner, the major tips and tricks to learn how to build microservices architecture using Node.js. At the end of this book, you will be able to conceptualize, plan, and architect microservices using Node.js, as well as develop and debug them. These are the major skills that companies want their employees to have in order to design the perfect solution for every problem every time.

We’ll start this chapter with an introduction to microservices and decentralized architectures. We’ll also learn about some key concepts in microservices, such as service boundaries, loose coupling, scalability, resilience, and independent data management. Finally, we’ll overview some important abilities in microservices, including independent development and deployment, polyglot architecture, APIs, and continuous integration (CI).

By the end of this chapter, you’ll have learned the fundamentals of microservices and why they are so useful.

In this chapter, we’re going to cover the following main topics:

  • Introduction to the microservices and decentralized architecture concepts
  • Service boundaries and loose coupling
  • Independent development and deployment and polyglot architecture
  • Scalability and resilience and independent data management
  • APIs and communication and CI
You have been reading a chapter from
Building Microservices with Node.js
Published in: May 2024
Publisher: Packt
ISBN-13: 9781838985936
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image