Alternative for Google AppEngine?

后端 未结 5 1627
梦如初夏
梦如初夏 2021-01-30 17:41

I recently had to realize a project on Google AppEngine. At the beginning I was sceptic. But there a some really nice approaches on Appengine:

  • No server setup. Eve
5条回答
  •  生来不讨喜
    2021-01-30 18:12

    AppScale and TyphoonAE are both third-party implementations of the App Engine platform. TyphoonAE is targeted at small-to-medium scale, while AppScale is targeted at the large-scale end of things.

    As far as backing up the blobstore goes, this is quite doable: just use the built in handler to serve blobs, and, in conjunction with remote_api, you can download your blobs just fine.

提交回复
热议问题