JavaScript at Scale
暫譯: 大規模 JavaScript 開發

Adam Boduch

相關主題

商品描述

Build web applications that last, with scaling insights from the front-line of JavaScript development

About This Book

  • Design and implement JavaScript application architectures that scale from a number of perspectives, such as addressability, configurability, and performance
  • Understand common JavaScript scaling pitfalls and how to tackle them through practical, real-world, solutions and strategies
  • Learn techniques to deliver reusable architectures that stand the test of time

Who This Book Is For

Have you ever come up against an application that felt like it was built on sand? Maybe you've been tasked with creating an application that needs to last longer than a year before a complete re-write? If so, JavaScript at Scale is your missing documentation for maintaining scalable architectures.

There's no prerequisite framework knowledge required for this book, however, most concepts presented throughout are adaptations of components found in frameworks such as Backbone, AngularJS, or Ember.

All code examples are presented using ECMAScript 6 syntax, to make sure your applications are ready for next generation browsers.

What You Will Learn

  • Identify and evaluate the external scaling influencers of your application
  • Build out component composition in large-scale JavaScript applications
  • Design for inter-component communication that scale
  • Understand the importance of addressable resources in JavaScript applications, and approaches to scaling addressability
  • Customize and configure components to meet scaling demands
  • Ensure a highly-performant user experience, despite the size and complexity of your application
  • Design a portable and testable application that's not constrained to one environment
  • Make architectural trade-offs by removing or refactoring components
  • Design components that fail in a scalable way

In Detail

JavaScript applications of today look a lot different from their predecessors of just five years ago. Because of this rapid growth in sophistication and capabilities, we've seen an explosion in JavaScript frameworks; the JavaScript development landscape is a fragmented one. To build large-scale JavaScript applications, we need more than just tools – we need scalable architectures. We create scalable JavaScript architectures by looking at what aspects of our application need to scale and why. Only then can we apply the best patterns and components to our architecture, scaling it into the future.

JavaScript at Scale will show you how to deal with scalability from a number of perspectives; addressability, testability and component composition.

The book begins by defining ‘scale' from a JavaScript point of view, and dives into the influencers of scale, as well as scalable component composition and communication. We will also look at how large-scale architectures need the ability to scale down, and recover from failing components, as well as scale up and manage new features or a large user base.

Filled with real-world JavaScript scaling scenarios, and code-first examples, JavaScript at Scale is your guide to building out applications that last. Each topic is covered in a way that it can be applied to your own unique scenarios; by understanding the fundamentals of a scaling issue, you'll be able to use that knowledge to tackle even the most difficult of situations.

The code examples follow the same approach, using ECMAScript 6 syntax that can be translated to the framework of choice.

商品描述(中文翻譯)

建構持久的網頁應用程式,從 JavaScript 開發的前線獲取擴展見解

關於本書
- 設計和實現可從多個角度擴展的 JavaScript 應用程式架構,例如可尋址性、可配置性和性能
- 了解常見的 JavaScript 擴展陷阱,以及如何通過實用的現實解決方案和策略來應對它們
- 學習提供可重用架構的技術,使其經得起時間的考驗

本書適合誰
你是否曾經遇到過一個感覺像是建立在沙子上的應用程式?也許你被指派創建一個需要持續超過一年的應用程式,而不是完全重寫?如果是這樣,《JavaScript at Scale》就是你維護可擴展架構所缺少的文檔。

本書不需要任何先前的框架知識,然而,書中大多數概念都是對 Backbone、AngularJS 或 Ember 等框架中組件的改編。

所有代碼示例均使用 ECMAScript 6 語法呈現,以確保你的應用程式為下一代瀏覽器做好準備。

你將學到什麼
- 確定和評估影響應用程式外部擴展的因素
- 在大型 JavaScript 應用程式中構建組件組合
- 設計可擴展的組件間通信
- 理解可尋址資源在 JavaScript 應用程式中的重要性,以及擴展可尋址性的方法
- 自定義和配置組件以滿足擴展需求
- 確保即使在應用程式的大小和複雜性下,仍能提供高效能的用戶體驗
- 設計一個可攜帶且可測試的應用程式,不受限於單一環境
- 通過移除或重構組件來進行架構取捨
- 設計以可擴展的方式失敗的組件

詳細內容
當今的 JavaScript 應用程式與五年前的前身大相徑庭。由於這種快速增長的複雜性和能力,我們見證了 JavaScript 框架的爆炸性增長;JavaScript 開發的生態系統是支離破碎的。要構建大型 JavaScript 應用程式,我們需要的不僅僅是工具——我們需要可擴展的架構。我們通過考慮應用程式中需要擴展的方面及其原因來創建可擴展的 JavaScript 架構。只有這樣,我們才能將最佳模式和組件應用到我們的架構中,將其擴展到未來。

《JavaScript at Scale》將從多個角度展示如何處理可擴展性;可尋址性、可測試性和組件組合。

本書首先從 JavaScript 的角度定義「擴展」,並深入探討擴展的影響因素,以及可擴展的組件組合和通信。我們還將研究大型架構如何需要向下擴展的能力,從失敗的組件中恢復,以及向上擴展和管理新功能或大量用戶基礎。

本書充滿了現實世界的 JavaScript 擴展場景和以代碼為先的示例,《JavaScript at Scale》是你構建持久應用程式的指南。每個主題都以可應用於你自己獨特場景的方式進行探討;通過理解擴展問題的基本原則,你將能夠利用這些知識來應對即使是最困難的情況。

代碼示例遵循相同的方法,使用 ECMAScript 6 語法,可以轉換為所選框架。