舉報

會員
Node.js Design Patterns(Second Edition)
最新章節(jié):
Summary
ThebookismeantfordevelopersandsoftwarearchitectswithabasicworkingknowledgeofJavaScriptwhoareinterestedinacquiringadeeperunderstandingofhowtodesignanddevelopenterprise-levelNode.jsapplications.BasicknowledgeofNode.jsisalsohelpfultogetthemostoutofthisbook.
目錄(84章)
倒序
- 封面
- 版權(quán)頁
- Credits
- About the Authors
- Acknowledgments
- About the Author
- Acknowledgments
- About the Reviewers
- www.PacktPub.com
- eBooks discount offers and more
- Preface
- What this book covers
- What you need for this book
- Who this book is for
- Conventions
- Reader feedback
- Customer support
- Chapter 1. Welcome to the Node.js Platform
- The Node.js philosophy
- Introduction to Node.js 6 and ES2015
- The reactor pattern
- Summary
- Chapter 2. Node.js Essential Patterns
- The callback pattern
- The module system and its patterns
- The observer pattern
- Summary
- Chapter 3. Asynchronous Control Flow Patterns with Callbacks
- The difficulties of asynchronous programming
- Using plain JavaScript
- The async library
- Summary
- Chapter 4. Asynchronous Control Flow Patterns with ES2015 and Beyond
- Promise
- Generators
- Async await using Babel
- Comparison
- Summary
- Chapter 5. Coding with Streams
- Discovering the importance of streams
- Getting started with streams
- Asynchronous control flow with streams
- Piping patterns
- Summary
- Chapter 6. Design Patterns
- Factory
- Revealing constructor
- Proxy
- Decorator
- Adapter
- Strategy
- State
- Template
- Middleware
- Command
- Summary
- Chapter 7. Wiring Modules
- Modules and dependencies
- Patterns for wiring modules
- Wiring plugins
- Summary
- Chapter 8. Universal JavaScript for Web Applications
- Sharing code with the browser
- Introducing Webpack
- Fundamentals of cross-platform development
- Introducing React
- Creating a Universal JavaScript app
- Summary
- Chapter 9. Advanced Asynchronous Recipes
- Requiring asynchronously initialized modules
- Asynchronous batching and caching
- Running CPU-bound tasks
- Summary
- Chapter 10. Scalability and Architectural Patterns
- An introduction to application scaling
- Cloning and load balancing
- Decomposing complex applications
- Summary
- Chapter 11. Messaging and Integration Patterns
- Fundamentals of a messaging system
- Publish/subscribe pattern
- Pipelines and task distribution patterns
- Request/reply patterns
- Summary 更新時間:2021-07-14 11:01:42
推薦閱讀
- Getting Started with Gulp(Second Edition)
- Expert C++
- 零基礎(chǔ)搭建量化投資系統(tǒng):以Python為工具
- 新一代通用視頻編碼H.266/VVC:原理、標(biāo)準(zhǔn)與實現(xiàn)
- INSTANT Sencha Touch
- Nginx Essentials
- 編程數(shù)學(xué)
- 從零開始學(xué)C#
- 軟件供應(yīng)鏈安全:源代碼缺陷實例剖析
- “笨辦法”學(xué)C語言
- JavaScript腳本特效編程給力起飛
- Mastering Elasticsearch(Second Edition)
- MySQL程序員面試筆試寶典
- Spring 5 Design Patterns
- 計算思維與Python編程
- 趣學(xué)數(shù)據(jù)結(jié)構(gòu)
- Implementing DevOps with Ansible 2
- Instant Highcharts
- 自然語言處理NLP從入門到項目實戰(zhàn):Python語言實現(xiàn)
- Unity 游戲案例開發(fā)大全
- Full Stack Development with JHipster
- 軟件定義網(wǎng)絡(luò):基于OpenFlow的SDN技術(shù)揭秘
- LabVIEW虛擬儀器設(shè)計及應(yīng)用:程序設(shè)計、數(shù)據(jù)采集、硬件控制與信號處理
- Learning Go Web Development
- Jenkins Essentials(Second Edition)
- Akka Cookbook
- Kali Linux 2:Assuring Security by Penetration Testing(Third Edition)
- 計算機技術(shù)及創(chuàng)新案例
- Visual Studio 2013 Cookbook
- The Applied SQL Data Analytics Workshop