Just came to know about a project named python-eve. As I'm just starting out in python, this project seemed kinda easy to get started for building a python based REST API. This framework really has a lot of features out of the box, specifically HATEOAS, which I din't find any built-in way in google-app-engine documentation. So is there anyway I can use this framework in google-app-engine? Or should I just all together ignore app-engine.

有帮助吗?

解决方案

Eve is a Flask application, which means that wherever Flask runs, Eve runs... at least in good theory. Check out the following resources:

I personally have never tried runnning Eve on GAE but the resources above seem to indicate that it should be possible with little effort.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top