litestar-fullstack VS fastapi-router-controller

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

litestar-fullstack

Litestar Fullstack Reference Application with Vue, Vite, and SQLAlchemy, Docker, Task Queues, and more! (by cofin)

fastapi-router-controller

A FastAPI utility to allow Controller Class usage (by KiraPC)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
litestar-fullstack fastapi-router-controller
4 2
2 33
- -
8.7 1.8
6 days ago about 2 years 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.

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.

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

What are some alternatives?

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

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

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

starlite-jwt - JWT Auth toolkit for Starlite

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

starlite-saqlalchemy - Starlite API boilerplate abstraction and utilities.

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

starlite-sessions - Simple sessions authentication for Starlite

cog - Portland Cognition Lab

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

databases - Async database support for Python. 🗄

cattrs - Composable custom class converters for attrs.

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