/appengine_samples

Dart App Engine samples

Primary LanguageDartBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

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.