I think it would depend on how scalable the develo...
# architecture
w
I think it would depend on how scalable the developers imagine the application to be. Once you hit a large amount of subscribers, using mqtt or websockets makes a difference in memory, cpu and bandwidth usage. WebSocket works better when it comes to CPU and memory usage, However MQTT is far superior when it comes to network usage, since it uses five times less network than WebSockets. At a thousand subs you would be seeing MB/s vs KB/s.