Dart: Up and Running (Paperback)

Kathy Walrath, Seth Ladd

  • 出版商: O'Reilly
  • 出版日期: 2012-12-04
  • 定價: $660
  • 售價: 9.5$627
  • 貴賓價: 9.0$594
  • 語言: 英文
  • 頁數: 158
  • 裝訂: Paperback
  • ISBN: 1449330894
  • ISBN-13: 9781449330897
  • 相關分類: JavaScript
  • 立即出貨 (庫存=1)

買這商品的人也買了...

商品描述

With Dart, Google has developed a web development language that not only matches the dynamic nature of JavaScript, but addresses its problems as well. This practical book gets you up to speed on the Dart language, libraries, and tools for developing structured, fast, and maintainable web apps that run in any modern browser.

The Dart platform has been designed to scale from simple scripts to complex apps, running on both the client and the server. With this book, you’ll learn how Dart can help you architect and develop HTML5 apps for the modern Web.

  • Build web apps with the Dart class-based, object-oriented language, and compile your code to JavaScript
  • Learn how to use Dart features, from variables to operators to classes and libraries
  • Create, launch, and debug web and command-line apps with the Dart Editor
  • Get a tour of Dart libraries, including dart:core, dart:html, dart:isolate, dart:io, and dart:json
  • Become familiar with tools such as the Dartium (Chromium-based) browser that includes the Dart virtual machine
  • Get a walkthrough of Dart Chat, a client-server app in which both the client and the server are implemented in Dart

商品描述(中文翻譯)

Google開發了一種名為Dart的網頁開發語言,不僅能夠滿足JavaScript的動態特性,還能解決其問題。這本實用的書籍將帶領您快速掌握Dart語言、庫和工具,以開發結構化、快速且易於維護的網頁應用程式,並在任何現代瀏覽器上運行。

Dart平台的設計目標是從簡單的腳本擴展到複雜的應用程式,並在客戶端和服務器上運行。通過這本書,您將學習如何使用Dart來設計和開發適用於現代Web的HTML5應用程式。

本書內容包括:
- 使用基於類的、面向對象的Dart語言來構建網頁應用程式,並將代碼編譯為JavaScript
- 學習如何使用Dart的功能,從變量到運算符,再到類和庫
- 使用Dart編輯器創建、啟動和調試網頁和命令行應用程式
- 介紹Dart庫,包括dart:core、dart:html、dart:isolate、dart:io和dart:json
- 熟悉一些工具,例如包含Dart虛擬機的Dartium(基於Chromium的瀏覽器)
- 通過Dart Chat的實例,了解如何在Dart中實現客戶端和服務器的應用程式