starlite
Light, Flexible and Extensible ASGI API framework | Effortlessly Build Performant APIs [Moved to: https://github.com/litestar-org/litestar] (by starlite-api)
starlette
The little ASGI framework that shines. 🌟 (by encode)
starlite | starlette | |
---|---|---|
73 | 68 | |
2,019 | 10,750 | |
- | 2.0% | |
9.4 | 9.1 | |
almost 2 years ago | 9 days ago | |
Python | Python | |
MIT License | BSD 3-clause "New" or "Revised" 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.
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.
starlite
Posts with mentions or reviews of starlite.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-04-02.
-
Renaming Starlite to LiteStar
For the past one and a half years 😁. Checkout our docs https://starliteproject.dev/
-
Starlite updates March '22 | 2.0 is coming
#1286 is the issue tracking the removal of our last internal Pydantic datastructure, and PR #1382 has the addition of attrs based signature modelling. Once those are merged you will be able to use Starlite without Pydantic.
-
How do I gzip/compress my API responses?
You can go to Open an Issue and open an issue for a feature request/enhancement and describe basically the behavior you are wanting to see.
-
Is something wrong with FastAPI?
Falcon FastAPI Sanic Starlite (disclosure: I do work here)
- Is ruby a language still worth learning for web development?
- Starlite February Updates
-
Best framework to learn if I don't care about getting a job and just want to make projects
for server side , starliteproject.dev/, only python async framwork worth looking into.
-
Python projects with best practices on Github?
Well, I'm not objective but I'd say Starlite (https://github.com/starlite-api/starlite) is a might fine codebase. You can also learn a lot about tooling and typing going through it.
-
Is learning Flask before Django or FastAPI a good way to introduce myself in Python Web Development?
I have mentioned your concerns to the Starlite discussions board - https://github.com/starlite-api/starlite/discussions/1183
-
Starlite v1.51.0 Released
You can find the complete changelog on our v1.51.0 GitHub release page.
starlette
Posts with mentions or reviews of starlette.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-02-18.
-
🔥 The Fastest Python API Frameworks Ranked — Which One Should You Choose?
📘 Learn More: Starlette GitHub
-
FastAPI Tutorial: Build, Deploy, and Secure an API for Free
This article is written by Marcelo Trylesinski, a > FastAPI expert and > maintainer of Starlette and > Uvicorn. You can check out more of his work > here. All opinions expressed are his own.
-
Best Backend Frameworks for 2025: A Developer's Guide to Making the Right Choice
Starlette: The ASGI Foundation
-
The Core of FastAPI: A Deep Dive into Starlette 🌟🌟🌟
FastAPI is essentially an API wrapper for Starlette. To fully grasp FastAPI, one must first understand Starlette.
-
Server-Sent Events (SSE) Are Underrated
I built several tool to tail logs with SSE using Flask/FastAPI. Easy to implement and maintain.
For FastAPI if you want some hooks when client disconnects aka nginx 499 errors, follow this simple tip
https://github.com/encode/starlette/discussions/1776#discuss...
-
Is Flask Dead? Is FastAPI the Future?
ASGI Web Framework: Web frameworks that implement the ASGI specification (such as FastAPI), while Flask and Django are web frameworks that implement WSGI. These frameworks are designed for developers to write applications, with easy-to-use interfaces. Developers only need to fill in the business logic according to their needs. Early frameworks mostly implemented ASGI toolkits internally, while later frameworks usually combine suitable toolkits. For example, Flask uses Werkzeug (its own), and FastAPI uses Starlette (from others).
-
Top 20 Python API Frameworks with OpenAPI Support
Starlette is a lightweight ASGI framework/toolkit, ideal for building high-performance async services in Python. It provides the essential components needed to build web applications, including routing, middleware, sessions, and more.
-
Analyzing the OpenAPI Tooling Ecosystem
Or you can go straight to Starlette [0], which is much more streamlined to develop with. FastAPI is based on it itself, and while it provides many additional bells and whistles I find it messes things up significantly.
[0] https://www.starlette.io/
- Starlette: The little ASGI framework that shines
-
Understanding FastAPI: How FastAPI works
Now it's time to take a closer look on how FastAPI extends Starllete.
What are some alternatives?
When comparing starlite and starlette you can also consider the following projects:
fastapi - FastAPI framework, high performance, easy to learn, fast to code, ready for production
AIOHTTP - Asynchronous HTTP client/server framework for asyncio and Python
BlackSheep - Fast ASGI web framework for Python
fastapi-crudrouter - A dynamic FastAPI router that automatically creates CRUD routes for your models
uvicorn - An ASGI web server, for Python. 🦄