Book description
Many companies, from startups to Fortune 500 companies alike, use Node.js to build performant backend services. And engineers love Node.js for its approachable API and familiar syntax. Backed by the world's largest package repository, Node's enterprise foothold is only expected to grow.
In this hands-on guide, author Thomas Hunter II proves that Node.js is just as capable as traditional enterprise platforms for building services that are observable, scalable, and resilient. Intermediate to advanced Node.js developers will find themselves integrating application code with a breadth of tooling from each layer of a modern service stack.
- Learn why running redundant copies of the same Node.js service is necessary
- Know which protocol to choose, depending on the situation
- Fine-tune your application containers for use in production
- Track down errors in a distributed setting to determine which service is at fault
- Simplify app code and increase performance by offloading work to a reverse proxy
- Build dashboards to monitor service health and throughput
- Find out why so many different tools are required when operating in an enterprise environment
Publisher resources
Table of contents
- Foreword
- Preface
- 1. Why Distributed?
- 2. Protocols
- 3. Scaling
- 4. Observability
- 5. Containers
- 6. Deployments
- 7. Container Orchestration
- 8. Resilience
- 9. Distributed Primitives
- 10. Security
- A. Installing HAProxy
- B. Installing Docker
- C. Installing Minikube & Kubectl
- Index
Product information
- Title: Distributed Systems with Node.js
- Author(s):
- Release date: November 2020
- Publisher(s): O'Reilly Media, Inc.
- ISBN: 9781492077244
You might also like
video
How to Build Microservices with Node.js
Explore how to build microservices with Node.js, and learn when and why to use them. About …
book
Get Programming with Node.js
Get Programming with Node.js Get Programming with Node.js teaches you to write server-side code in JavaScript …
book
Node.js Web Development
Build scalable web applications using Node.js, Express.js, and the latest ECMAScript techniques, along with deploying applications …
book
Mastering Node.js - Second Edition
Expert techniques for building fast servers and scalable, real-time network applications with minimal effort; rewritten for …