Go language runtime on Google App Engine
Submitted by Jitesh Doshi
on Sat, 09/01/2012 - 19:44
I am beginning to play with Go language runtime on Google App Engine. I am sharing the source code of this app at https://bitbucket.org/jitesh_doshi/gogae, and I have deployed it at http://gogae.spinspire.com/ for you to test/visit.
Requirements:
- Learn Go.
- Learn Google Appengine Runtime for Go.
- Download GAE SDK for Go.
- Create a sample app for GAE in Go.
- Deploy and test.
So far, both Go and GAE look very interesting. I'll keep you posted.
PS: Here's another person talking about the same topic.