Skip to content

golangtokyo/chatserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A chat server for golang.tokyo #13

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages