Audience question at wroclove.rb 2026. Emiliano sees them as different use cases rather than equivalents. WebSockets are typically used for client-to-server communication (e.g. browser ↔ server); MQTT is designed around a broker in the middle so the publisher doesn't talk directly to the server and cannot receive a direct response from it — responses require subscribing to another topic. On a follow-up ('so MQTT is between servers, WebSockets client-to-server?') he clarifies MQTT can equally connect many servers; the real distinction is broker-mediated pub/sub versus direct peer-to-peer.