Node.js Design Patterns

Node.js Design Patterns

评分

★★★★★

ISBN

9781839210440

出版社

Packt Publishing 2020-07-29出版

分类

编程设计

内容简介
In this book, we will show you how to implement a series of best practices and design patterns to help you create efficient and robust Node.js applications with ease.We kick off by exploring the basics of Node.js, analyzing its asynchronous event driven architecture and its fundamental design patterns. We then show you how to build asynchronous control flow patterns with callbacks, promises and async/await. Next, we dive into Node.js streams, unveiling their power and showing you how to use them
AI简介
这是一本专注于Node.js应用程序设计模式的实用指南。这本书不仅介绍了Node.js的基本原理和特性,还深入探讨了如何应用设计模式来构建高效、可扩展和健壮的Node.js应用程序。 书中首先从Node.js的Reactor模式讲起,详细介绍了这种模式如何帮助Node.js高效地处理各种I/O事件。接着,作者深入讲解了Node.js的模块系统,揭示了如何使用CommonJS模块规范来组织和管理代码。书中还深入探讨了回调函数的基本概念,并解释了回调模式如何成为异步编程的基础。 此外,书中还详细介绍了可扩展性的六个方面,包括运行多个实例、服务注册表、容器编排平台、微服务架构、简单的架构模式等,帮助读者理解如何设计可扩展的应用程序。对于分布式系统中的消息集成模式,作者也进行了深入的讲解,包括发布/订阅模式、任务分配模式和管道模式等。 书中还深入讲解了应用解构的架构模式,包括如何将复杂的问题或系统分解成更小的、更易于理解和管理的部分。此外,书中还详细介绍了流在Node.js中重要性的原因,解释了流作为一种编程范式在Node.js中的应用。
阅读/下载地址