Performance Profile of Django REST framework
Join the DZone community and get the full member experience.
Join For Free
here
is an informative post for web api developers breaking down the django rest framework versus other rest frameworks.
the author argues that, when building high-performance web apis, you should focus on the "right" things. the right things being that the framework is mature, well-supported and well-tested.
you should avoid making your decision based on the false belief that smaller = faster. instead, consider the performance of the application's overall architecture.
this post dispels some popular myths, too, like that you should roll your own framework, and that you should always use a "lightweight" framework.
Published at DZone with permission of Allen Coin. See the original article here.
Opinions expressed by DZone contributors are their own.
Trending
-
Micro Frontends on Monorepo With Remote State Management
-
Tomorrow’s Cloud Today: Unpacking the Future of Cloud Computing
-
How Agile Works at Tesla [Video]
-
Which Is Better for IoT: Azure RTOS or FreeRTOS?
Comments