Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Dart: Up and Running (Repost)

Posted By: roxul
Dart: Up and Running (Repost)

Kathy Walrath and Seth Ladd, "Dart: Up and Running"
English | ISBN: 1449330894 | 2012 | 144 pages | PDF, EPUB | 6 + 3 MB

Get up to speed on Dart, the 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 language, libraries, and tools for developing structured, fast, and maintainable web apps that run in most browsers.

Google designed the Dart platform 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 class-based, object-oriented Dart 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 Dartium, the 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
Download