Contents

Tutorials: command-line apps and servers

The following tutorials show how to develop scripts, command-line apps, and server apps that can run in the standalone Dart VM.

Get started

Get Dart. Create a simple standalone app, run it in the Dart VM, and AOT-compile it to native machine code.

Write command-line apps

Learn about features that command-line apps need.

Write HTTP clients and servers

Use dart:io APIs to communicate over the internet.

For more tutorials, see the Dart tutorials page.