/atlhack-demo

Guestbook is an example application showing basic usage of Google App Engine

Primary LanguageHTMLApache License 2.0Apache-2.0

HackChat

HackChat is an example application showing basic usage of Google AppEngine in Python. Users can write, save, and view simple text-based messages.

Messages are stored in AppEngine's datastore via the ndb library. Possible extensions include using the user library to authenticate users, using jinja2 and Bootstrap to make it pretty, or anything else you can think of.