문제

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