Hacker News new | ask | show | jobs
by omellet 5292 days ago
I'm writing an AppEngine app in Go right now. It uses the same datastore as Python and Java, as well as OAuth and JavaScript Channels. Iterating with the development server is a pleasure, since it compiles everything in the background as you work.
1 comments

Have you tried releasing it for production use? I would love to hear how it is working out for you. Are there any frameworks?