Software Alternatives & Reviews

Lumen Framework VS Django Ninja

Compare Lumen Framework VS Django Ninja and see what are their differences

Lumen Framework logo Lumen Framework

The stunningly fast micro-framework by Laravel.

Django Ninja logo Django Ninja

Django Ninja - Django REST framework with high performance, easy to learn, fast to code.
  • Lumen Framework Landing page
    Landing page //
    2022-04-24
  • Django Ninja Landing page
    Landing page //
    2023-08-22

Lumen Framework videos

No Lumen Framework videos yet. You could help us improve this page by suggesting one.

+ Add video

Django Ninja videos

Django Ninja Gold

Category Popularity

0-100% (relative to Lumen Framework and Django Ninja)
PHP Framework
100 100%
0% 0
Application And Data
0 0%
100% 100
Health And Fitness
100 100%
0% 0
Web Frameworks
65 65%
35% 35

User comments

Share your experience with using Lumen Framework and Django Ninja. For example, how are they different and which one is better?
Log in or Post with

Reviews

These are some of the external sources and on-site user reviews we've used to compare Lumen Framework and Django Ninja

Lumen Framework Reviews

Top 9 PHP Frameworks For Web Development In 2021
Lumen is a micro-framework for developing PHP-powered web applications. It is written in PHP and created by the Laravel team itself. Lumen has 7.1k+ stars on GitHub and 45+ contributors.
15 Alternative Dating Apps To Tinder
Pros: Most (if not all) dating apps provide age boundaries, but Lumen is the first dedicated service for people over the age of 50, with a verification system that keeps bots and scammers at bay.
Source: www.esquire.com

Django Ninja Reviews

We have no reviews of Django Ninja yet.
Be the first one to post

Social recommendations and mentions

Based on our record, Django Ninja should be more popular than Lumen Framework. It has been mentiond 26 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.

Lumen Framework mentions (12)

  • File-based routing (maybe) ... JSX?
    I think this was PHP version 5 or 4 at the time, but it's bad design back then has served to the downfall of PHP in active development (despite the fact that it powers most of the web). However, PHP 8 has brought a lot of new exciting features, so much so that Laravel doesn't even recommend use its lightweight version of Lumen anymore, it's unnecessary. Source: over 1 year ago
  • Modern PHP features explained – PHP 8.0 and 8.1
    Lumen is being deprecated due to PHP and Laravel performance improvements that make it largely irrelevant. https://lumen.laravel.com/docs/9.x > Note: In the years since releasing Lumen, PHP has made a variety of wonderful performance improvements. For this reason, along with the availability of Laravel Octane, we no longer recommend that you begin new projects with Lumen. Instead, we recommend always beginning new... - Source: Hacker News / over 1 year ago
  • If I want to develop a CRUD API application with React.js client side why would I pick Laravel?
    Nah, even Lumen Documentation recommends starting new projects with Laravel. Source: almost 2 years ago
  • can I use thecodeholic/tc-php-mvc-core framework for production?
    If you want to use a framework but avoid the "kitchen sink" you could use micro frameworks like Lumen, Slim or Symfony (with the symfony/skeleton starter) and then add packages as required. Source: almost 2 years ago
  • Which php-framework should I consider for rest-api?
    If you are just doing a rest api and not serving pages, you could also look into lumen which is a slimmed down version: https://lumen.laravel.com/docs/9.x. Source: about 2 years ago
View more

Django Ninja mentions (26)

  • Building a Blog in Django
    > The only place I really see Django at large companies is as an api using DRF or something. This is not a bad thing. Using Django as an API backend is amazingly fast in terms of development time, especially with modern frameworks such as django-ninja [1]. Just use the built-in ORM to create models, write your endpoints, and use the built-in admin interface to play with the database if you don't have endpoints for... - Source: Hacker News / 8 months ago
  • Learning Django
    Personally, I also prefer django-ninja to DRF. Source: 10 months ago
  • Django Views – The Right Way
    Or just use django-ninja if you are writing an API. Maybe it's just because I came from teams that used tornado and then fastapi but it seems like everything in this article would be solved by using a simpler interface for writing endpoints. https://django-ninja.rest-framework.com/. - Source: Hacker News / 11 months ago
  • Django 4.2 released
    Also recommend Django-Ninja. It basically reimplements fastapi's type and decorator-based API construction, but embedded directly in django so you have access to django's ORM and middleware library. Source: about 1 year ago
  • Django 4.2 Released
    A good compromise I have found is to use Django Ninja [1]. It is inspired by FastAPI, so it has a lot of the nice things like the automatically generated Swagger/OpenAPI docs, as well as having routers as decorators, and using python types for automatic serialization. While I think FastAPI is great in its first class async support, Django has the Django ORM, plus Django Admin, which for me have been indisposable.... - Source: Hacker News / about 1 year ago
View more

What are some alternatives?

When comparing Lumen Framework and Django Ninja, you can also consider the following products

Laravel - A PHP Framework For Web Artisans

FastAPI - FastAPI is an Open Source, modern, fast (high-performance), web framework for building APIs with Python 3.6+ based on standard Python type hints.

Dimmer - A very small and free utility for Windows to reduce brightness on LCD/TFT screens.

Tastypie - Tastypie is a webservice API framework for Django.

Slim Framework - Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs.

ExpressJS - Sinatra inspired web development framework for node.js -- insanely fast, flexible, and simple