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.
我正在尝试构建一个应用程序,将用户的消息发布给订阅该标签的所有其他用户?我想知道哪个框架适合开发。我听说过 Faye 和 Redis,但我不知道哪个最好用。
简而言之
Redis 适用于服务器集群中的进程间消息传递。
如果您想通过 Web 提供可公开访问的 pub/sub 服务,Faye 更合适。
现在你可以选择最适合你的了!!!