Tags
Language
Tags
March 2024
Su Mo Tu We Th Fr Sa
25 26 27 28 29 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31 1 2 3 4 5 6

Hands-On Microservices with Node.js: Build, test, and deploy robust microservices in JavaScript

Posted By: IrGens
Hands-On Microservices with Node.js: Build, test, and deploy robust microservices in JavaScript

Hands-On Microservices with Node.js: Build, test, and deploy robust microservices in JavaScript by Diogo Resende
English | June 29, 2018 | ISBN: 1788620216 | PDF | 328 pages | 87 MB

Understand microservice concepts while learning to develop with Express, deploy with Docker, and scale with Swarm and Kubernetes using Node 10

Key Features

Write clean and maintainable code with JavaScript for better microservices development
Build Cloud Native microservices using just Node and Express
Develop smart, efficient, and fast enterprise-grade microservices implementation

Book Description

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

Who This Book Is For

Hands-On Microservices with Node.js is for anyone who knows the basics of Node.js, wants to enter the world of microservices, and learn why they're so popular. It is also useful if you're a microservices developer using other languages.