Hands-On Microservices with Node.js
Download e-Book
Book Introduction
e-Books Highlight
-
Edition1st Edition
-
ISBN978-1788620215
-
Posted on10/20/2018
-
FormatPdf
-
Page Count328 Pages
-
Author
About the e-Book
Hands-On Microservices with Node.js pdf
Understand microservice concepts while learning to develop with Express, deploy with Docker, and scale with Swarm and Kubernetes using Node 10
Microservices enable us to develop software in small pieces that work together but can be developed separately; this is one reason why enterprises have started embracing them. For the past few years, Node.js has emerged as a strong candidate for developing microservices because of its ability to increase your productivity and the performance of your applications.
Hands-On Microservices with Node.js is an end-to-end guide on how to dismantle your monolithic application and embrace the microservice architecture – right from architecting your services and modeling them to integrating them into your application. We’ll develop and deploy these microservices using Docker. Scalability is an important factor to consider when adding more functionality to your application, and so we delve into various solutions, such as Docker Swarm and Kubernetes, to scale our microservices. Testing and deploying these services while scaling is a real challenge; we’ll overcome this challenge by setting up deployment pipelines that break up application build processes in several stages. Later on, we’ll take a look at serverless architecture for our microservices and its benefits against traditional architecture. Finally, we share best practices and several design patterns for creating efficient microservices.
What you will learn
- Learn microservice concepts
- Explore different service architectures, such as Hydra and Seneca
- Understand how to use containers and the process of testing
- Use Docker and Swarm for continuous deployment and scaling
- Learn how to geographically spread your microservices
- Deploy a cloud-native microservice to an online provider
- Keep your microservice independent of online providers
This site comply with DMCA digital copyright. We do not store files not owned by us, or without the permission of the owner. We also do not have links that lead to sites DMCA copyright infringement.
If You feel that this book is belong to you and you want to unpublish it, Please Contact us .
TypeScript Microservices
Cloud Native Architectures