Skip to content
This repository has been archived by the owner on Dec 16, 2018. It is now read-only.

A demonstration of how to use twirp on Google Cloud AppEngine.

Notifications You must be signed in to change notification settings

leighmcculloch/demo-google-cloud-appengine-twirp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

demo-cloud-appengine-twirp

A demonstration of how to use twirp on Google Cloud AppEngine.

Server

See the server/Makefile for setup, run and deploy commands.

This won't necessarily always be deployed and running at the URL below, but if it is you can try curling directly:

curl \
	--request POST \
	--header "Content-Type: application/json" \
	--data '{}' \
	https://demotwirp.appspot.com/twirp/geo.Geo/Get

Client

The client talks to the server using the protobuf format.

go run client/main.go https://demotwirp.appspot.com

About

A demonstration of how to use twirp on Google Cloud AppEngine.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published