Microdot "The impossibly small web framework for Python and MicroPython"

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Sevalla - Deploy and host your apps and databases, now with $50 credit!
Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
sevalla.com
featured
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
  1. tremolo

    A Swiss Army knife, crash-free ASGI server and web framework capable of large file streaming with low memory footprint.

    https://github.com/nggit/tremolo

    Also may be of serious consideration to people looking at microdot, because:

    * Pure asyncio only, zero dependencies.

    * Ships its own ASGI server, like Sanic. (No juggling unicorn and gunicorn dependencies).

    * Tiny library, feels like Starlette from the glory days.

    * streaming responses by default (return stuff, then do processing, return more stuff).

    * handles streaming multipart form uploads / streaming downloads, without external dependencies.

    * tons of safeguards built in (request/response size limits, bandwidth throttling!) No massive DoS exploit potential found in Starlette/Uvicorn/FastAPI lol.

    * the intuitive Sanic-style `@on_request` + `@on_response` rather than the complex middleware system in Starlette nowadays

    Only 2,500 lines, with IMHO, far more important features than Starlette/FastAPI already baked in.

  2. Sevalla

    Deploy and host your apps and databases, now with $50 credit! Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!

    Sevalla logo
  3. phew

  4. Flask

    The Python micro framework for building web applications.

  5. starlette

    The little ASGI framework that shines. 🌟

  6. microdot

    The impossibly small web framework for Python and MicroPython.

  7. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Superfunctions: A universal solution against sync/async fragmentation in Python

    5 projects | news.ycombinator.com | 21 Jul 2025
  • complex http server?

    3 projects | /r/Python | 10 Feb 2023
  • How to Stream Bytes Uploaded so far in Python like XMLHttpRequest: progress event

    2 projects | /r/learnpython | 8 Sep 2022
  • Multiprocessing/multithreading

    1 project | /r/learnpython | 29 Jul 2022
  • Speed Up Web Scraping with Concurrency in Python

    1 project | dev.to | 17 May 2022

Did you know that Python is
the 2nd most popular programming language
based on number of references?