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.