Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 727 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 727 Bytes

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.