Hacker News new | ask | show | jobs
by chrisfarms 5519 days ago
State my assumptions: GAE allows you to deploy multiple versions of your app and access the same datastore. Go should significantly out perform Python for certain CPU intensive tasks.

...

If Backends are available at versioned URLs too (and I suspect they do/willdo) then there might be nice opportunities to build little Go Backends to do heavy lifting within your main Python applications. Sounds cool.