Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 449 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 449 Bytes

A simple chat server on Google App Engine. The messages are stored at memcache and might be disappeared.

API

GET /

GET /messages{.html}

Show the messages in HTML.

POST /messages

{"name":"your name","body":"message body"}

How to test this app on your local machine

Install Cloud SDK

See https://cloud.google.com/appengine/docs/standard/go/quickstart

Run this app

dev_appserver.py app.yaml