[PR #2219] [CLOSED] Add Starlette ASGI Framework #6121

Closed
opened 2026-04-17 07:19:51 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/2219
Author: @oliversabler
Created: 11/1/2022
Status: Closed

Base: masterHead: master


📝 Commits (1)

  • c3e9e27 Add Starlette ASGI Framework

📊 Changes

1 file changed (+9 additions, -5 deletions)

View changed files

📝 README.md (+9 -5)

📄 Description

What is this Python project?

Starlette is a production ready, lightweight and low-complexity HTTP web framework/toolkit.
WebSocket support.

  • In-process background tasks
  • Startup and shutdown events
  • CORS, GZip, Static Files, Streaming responses.
  • Session and Cookie support.
  • Compatible with asyncio and trio backends.
  • Great overall performance against independent benchmarks.

What's the difference between this Python project and similar ones?

Starlette is a minimalist ASGI library for writing against basic but powerful Request and Response classes.

  • Supports HTTP
  • Supports WebSockets

This framework is used by FastAPI already present in the list under RESTful API

--

Anyone who agrees with this pull request could submit an Approve review to it.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/2219 **Author:** [@oliversabler](https://github.com/oliversabler) **Created:** 11/1/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`c3e9e27`](https://github.com/vinta/awesome-python/commit/c3e9e2740700ba3bb9aea429f8c658be2dd92d59) Add Starlette ASGI Framework ### 📊 Changes **1 file changed** (+9 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+9 -5) </details> ### 📄 Description ## What is this Python project? Starlette is a production ready, lightweight and low-complexity HTTP web framework/toolkit. WebSocket support. * In-process background tasks * Startup and shutdown events * CORS, GZip, Static Files, Streaming responses. * Session and Cookie support. * Compatible with asyncio and trio backends. * Great overall performance [against independent benchmarks](https://www.techempower.com/benchmarks/#hw=ph&test=fortune&l=zijzen-sf). ## What's the difference between this Python project and similar ones? Starlette is a minimalist ASGI library for writing against basic but powerful Request and Response classes. * Supports HTTP * Supports WebSockets This framework is used by FastAPI already present in the list under **RESTful API** -- Anyone who agrees with this pull request could submit an *Approve* review to it. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-17 07:19:51 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#6121