Answer the question
In order to leave comments, you need to log in
Which Python3 framework to choose for a REST application?
Help me choose a framework for a REST application. The framework should support Python3, be high-performance (many small but frequent requests), have good documentation (preferably in Russian).
The main task of the application is to display small pictures and information in JSON format (most often from the cache).
I would be glad to see tips on choosing, links to comparisons of frameworks, usage statistics and other information.
Answer the question
In order to leave comments, you need to log in
Personally, I like Tornado, it was written just for "a large number of small, but frequent requests." If the developers do not lie. The framework is light, the docks are not bad (in Russian, however, I did not find it).
www.tornadoweb.org/en/stable
flask flask.pocoo.org
During the night, I threw a Rest service that returns large amounts of data.
Madly like. everything is simple and convenient.
yes, and docks in Russian habrahabr.ru/post/193242
How Slim in php
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question