Part 2:Building and Managing Microservices
In this part, we will dive into the practical aspects of building microservices with JavaScript. We’ll start by creating a basic CRUD (Create, Read/Retrieve, Update, Delete) microservice and then move on to more advanced concepts, such as synchronous and asynchronous communication between services. We will also cover real-time data streaming, which is essential for creating responsive and dynamic applications.
This part contains the following chapters:
- Chapter 5, Basic CRUD Microservices
- Chapter 6, Synchronous Microservices
- Chapter 7, Asynchronous Microservices
- Chapter 8, Real-Time Data Streaming Using Microservices