Go Language Runtime on Google App Engine

2012-09-01

Jitesh Doshi

Go Language Runtime on Google App Engine

Getting started with Go language on Google App Engine with sample application.

I am beginning to play with Go language runtime on Google App Engine. I am sharing the source code of this app athttps://bitbucket.org/jitesh_doshi/gogae, and I havedeployed it athttp://gogae.spinspire.com/for you to test/visit.

Requirements:

  1. Learn Go.
  2. Learn Google Appengine Runtime for Go.
  3. Download GAE SDK for Go.
  4. Create a sample app for GAE in Go.
  5. Deploy and test.

So far, both Go and GAE look very interesting. I’ll keep you posted.

PS: Here’sanother person talking about the same topic.