舉報

會員
Node.js Design Patterns(Second Edition)
最新章節:
Summary
ThebookismeantfordevelopersandsoftwarearchitectswithabasicworkingknowledgeofJavaScriptwhoareinterestedinacquiringadeeperunderstandingofhowtodesignanddevelopenterprise-levelNode.jsapplications.BasicknowledgeofNode.jsisalsohelpfultogetthemostoutofthisbook.
目錄(84章)
倒序
- 封面
- 版權頁
- 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
推薦閱讀
- 精通Nginx(第2版)
- OpenCV實例精解
- Mastering JBoss Enterprise Application Platform 7
- INSTANT Silverlight 5 Animation
- Angular應用程序開發指南
- Learning Image Processing with OpenCV
- Less Web Development Cookbook
- HTML5 WebSocket權威指南
- LibGDX Game Development By Example
- Serverless從入門到進階:架構、原理與實踐
- 寫給所有人的編程思維
- 商業銀行經營管理(第2版)
- GWT揭秘
- 數據可視化實戰:使用D3設計交互式圖表(第2版)
- SignalR Blueprints
- Web前端開發精品課 HTML CSS JavaScript基礎教程
- LibGDX Cross:Platform Development Blueprints
- 數字媒體技術基礎
- 編程原則:來自代碼大師Max Kanat-Alexander的建議
- Android應用測試與調試實戰
- Python數據分析基礎教程
- C語言編程兵書
- 完美講堂 Unity3D游戲特效設計實戰教程
- Bash Cookbook
- Scratch3.0案例式少兒編程初級35課
- Kali Linux:An Ethical Hacker's Cookbook
- Unreal Engine 4.X By Example
- 使用Hibernate框架輕松連接數據庫(藍橋杯軟件大賽培訓教材-Java方向)
- Learning Shell Scripting with Zsh
- 前端開發必知必會:從工程核心到前沿實戰