Add note about Responder's spirit as a passion project

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-22 12:55:36 -04:00
parent 21baa03640
commit 84074860aa
+8
View File
@@ -47,6 +47,14 @@ Responder went for a mutable request/response pattern and a simpler,
more familiar API. Both projects are better for the other existing, and
you should use whichever feels right for what you're building.
Responder is a passion project — built for the joy of exploring what a
Python web framework can feel like when you start from scratch. It's a
great fit for personal projects, learning ASGI, prototyping ideas, research,
and anyone who values a clean API over a large ecosystem. If you need
battle-tested production infrastructure at scale, you'll be well served by
FastAPI or Django. If you want something small, expressive, and fun to work
with — you're in the right place.
What You Get
------------