golangtokyo / chatserver

A chat server for golang.tokyo #13

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Apache License 2.0


Languages

Language:Go 100.0%