You can use both Django and Flask. Django is large and comprehensive, and the documentation is very detailed. Cooperate with django-rest-framework to provide restful interface flask is small and light, and there are many flask plug-ins, so it is very nice to use together. For example, Flask-RESTful. For more plug-ins, see http://flask.pocoo.org/extens...
Use restful API
Look at
https://en.wikipedia.org/wiki...
and
http://www.django-rest-framew...
You can use both Django and Flask. Django is large and comprehensive, and the documentation is very detailed. Cooperate with django-rest-framework to provide restful interface
flask is small and light, and there are many flask plug-ins, so it is very nice to use together. For example, Flask-RESTful. For more plug-ins, see http://flask.pocoo.org/extens...