leedo1982 / Hands-On-Microservices-with-Node.js

Hands-On Microservices with Node.js, by Packt publishing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hands-On Microservices with Node.js

Hands-On Microservices with Node.js

This is the code repository for Hands-On Microservices with Node.js, published by Packt.

Build, test, and deploy robust microservices JavaScript

What is this book about?

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.

This book covers the following exciting features:

  • 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

If you feel this book is for you, get your copy today!

https://www.packtpub.com/

Instructions and Navigations

All of the code is organized into folders. For example, Chapter02.

The code will look like the following:

function start() {
this.uptime = process.uptime();
setTimeout(() => {
console.log(this.uptime);
}, 5000);
}
start();

Following is what you need for this book: This book is for JavaScript developers seeking to utilize their skills to build microservices and move away from the monolithic architecture. Prior knowledge of Node.js is assumed.

With the following software and hardware list you can run all code files present in the book (Chapter 2-6).

Software and Hardware List

Chapter Software required OS required
2-6 Node.js 8 or above Windows, Mac OS X, and Linux (Any)

Related products

Get to Know the Author

Diogo Resende is a developer with more than 15 years of experience. He has worked with Node.js almost from the beginning. His computer education and experience in many industries and telecommunication projects have given him a wide background knowledge of other architecture components and approaches that influence the overall performance of an application.

Other books by the authors

Suggestions and Feedback

Click here if you have any feedback or suggestions.

About

Hands-On Microservices with Node.js, by Packt publishing

License:MIT License


Languages

Language:JavaScript 57.4%Language:HTML 34.2%Language:CSS 8.2%Language:Dockerfile 0.2%