Skip to content
This repository has been archived by the owner on Jul 19, 2022. It is now read-only.

dart-archive/appengine_samples

Repository files navigation

These examples show how to build apps with Dart for Google AppEngine Flexible Environment.

This repository contains the following set of samples:

  • clientserver: Simple client/server app
  • cloud_datastore: Use Google Cloud Datastore
  • dart_client: Develop both, client and server, in Dart
  • hello_world: A simple hello world app
  • memcache: Use the memcache API
  • simple_request_response: Access environment/version

To get started, read through the general instructions on appengine and try out the helloworld sample app.