awesome-python
awesome-python copied to clipboard
Add `Duck` to web frameworks section
Duck is a lightweight Python web framework designed for building scalable, production-ready applications. It features a built-in component system—an alternative to React—for constructing interactive frontend experiences directly in Python. With native HTTPS and HTTP/2 support, micro app architecture, and seamless Django integration, Duck enables modular, high-performance deployments with minimal setup. Its CLI-driven development flow and modern defaults make it ideal for building secure, maintainable web applications at scale.
Link Addition:
- Duck Web Framework - A lightweight Python web framework for scalable, production-ready apps with a built-in component system, HTTPS, HTTP/2, and Django integration.