Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 674 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 674 Bytes

Google App Engine labs

A couple of small demos of what can be accomplished with App Engine's APIs.

This material was presented at an Appsterdam's Guru Session on Google App Engine (slides).

Channel

The Channel API used to show a small arrow icon corresponding to the position of the mouse cursor of every user looking at a web page. Channel API demo

Cloud Endpoints

A basic Address Book API with a simple test page. Endpoints API demo