fastapi-router-controller VS litestar-fullstack

Compare fastapi-router-controller vs litestar-fullstack and see what are their differences.

fastapi-router-controller

A FastAPI utility to allow Controller Class usage (by KiraPC)

litestar-fullstack

Litestar Fullstack Reference Application with Vue, Vite, and SQLAlchemy, Docker, Task Queues, and more! (by cofin)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
fastapi-router-controller litestar-fullstack
2 4
33 2
- -
1.8 8.7
about 2 years ago 11 days ago
Python Python
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

fastapi-router-controller

Posts with mentions or reviews of fastapi-router-controller. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-07.
  • FastAPI 0.100.0:Release Notes
    12 projects | news.ycombinator.com | 7 Jul 2023
    Has litestar CBV (class based views) fastapi refuses to implement them so we build [1]. Or proper lifetime event [2]?

    [1] https://github.com/KiraPC/fastapi-router-controller

  • Comprehensive Fast API Tutorial
    10 projects | /r/Python | 23 Apr 2021
    The whole thing about "not seperating the configuration from the view code" is pretty broken, glueing everything to the functions makes it a mess. it makes it hard to add additional features (CBV class based views) -> https://github.com/KiraPC/fastapi-router-controller

litestar-fullstack

Posts with mentions or reviews of litestar-fullstack. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-07.
  • FastAPI 0.100.0:Release Notes
    12 projects | news.ycombinator.com | 7 Jul 2023
    https://github.com/cofin/litestar-fullstack - it has Users and Auth , Roles , Teams , Tagging , Data migration , Caching , Background Worker Services , Background scheduling , manage.py-like cli for creating users , admin users , and docker containers.
  • Starlite updates March '22 | 2.0 is coming
    14 projects | /r/Python | 26 Mar 2023
  • Starlite February Updates
    6 projects | /r/Python | 26 Feb 2023
    For example: https://github.com/cofin/starlite-full-stack-example Or: https://github.com/v3ss0n/starlite-halfstack-cookiecutter
  • Starlite Updates
    11 projects | /r/Python | 19 Sep 2022
    As for starlite UI - you can do this, see for example this: https://github.com/cofin/starlite-spa if you want an SSR SPA. Or you can use templating - Starlite supports two template engines by default.

What are some alternatives?

When comparing fastapi-router-controller and litestar-fullstack you can also consider the following projects:

dispatch - All of the ad-hoc things you're doing to manage incidents today, done for you, and much more!

valio - Pluggable validation library that supports dataclasses, async validation, async tasks, validation extension, regex validation, dynamic documentation and much more.

spectree - API spec validator and OpenAPI document generator for Python web frameworks.

starlite-jwt - JWT Auth toolkit for Starlite

fastapi - FastAPI framework, high performance, easy to learn, fast to code, ready for production

starlite-saqlalchemy - Starlite API boilerplate abstraction and utilities.

cog - Portland Cognition Lab

starlite-sessions - Simple sessions authentication for Starlite

databases - Async database support for Python. 🗄

starlite - Light, Flexible and Extensible ASGI API framework | Effortlessly Build Performant APIs [Moved to: https://github.com/litestar-org/litestar]

litestar-pg-redis-docker - Example Litestar project using Postgresql, Redis and Docker

project-template - Template repository for packages belonging to the Litestar Organization