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

Latest commit

 

History

History
17 lines (14 loc) · 802 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 802 Bytes

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.