Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个项目涉及与众多客户进行后端通信。我正在寻找要使用的最佳协议。MQTT 适合我的项目吗?
Mqtt 最适合涉及大量用户的项目。目标是提供一个围绕发布/订阅模型优化的轻量级协议。它是您项目的完美协议,因为它比大多数其他协议更快地在您的用户群中传播信息。