Dev Tools · 1h ago
BlackBull framework lets one Python file serve HTTP and MQTT
BlackBull, a Python web framework, now supports multi-protocol serving with a single app.py. Developers can add an MQTT 5 broker alongside HTTP using one decorator pattern. The extension seam allows adding protocols without modifying core dispatcher logic.
Meridian48 take
The framework's clean abstraction is promising for IoT and real-time apps, but its adoption depends on ecosystem maturity beyond this demo.
Read the full reporting
BlackBull goes multi-protocol (part 3) — one `app.py`, two protocols →
DEV Community
python-frameworkmulti-protocol