hugapi / hug

Embrace the APIs of the future. Hug aims to make developing APIs as simple as possible, but no simpler.
MIT License
6.86k stars 389 forks source link

How to run with Google Appengine? #467

Open miratcan opened 7 years ago

archelogos commented 7 years ago

As long as GAE Standard Environment only supports Python2, I'd say it's not possible to run a Hug app in it. Anyhow, you could run a Hug application in GAE using its Flexible Environment. You'd have to enable the billing though.

esafak commented 6 years ago

You can replace Flask in the AppEngine examples with Hug and it just works provided you are using the Flexible Environment. I use hug with gunicorn there just fine.

henninglebbaeus commented 5 years ago

Since July 2018, Google App Engine supports the standard environment with Python 3.7 in public beta. So deploying hug there should not be a problem anymore. See the announcing blog post for details.