Node.js - 我如何为我的网络应用程序设置这个小服务?
我正在尝试理解和试验 node.js ,并对这在实践中如何进行感兴趣:
假设我有一个新闻网站,其中文章随时更新由不同的用户。当一篇特定的文章被更新(有人编辑了一些文本)时,我希望它也能在其他客户端的窗口中更新,实时。
实现这一目标的最佳结构是什么?
I'm trying to understand and experiment with node.js and am interested in how this would go in practice:
Let's say I have an news website with articles that are updated all the time by different users. When a particular article has been updated (someone edited some text) I want it to be updated in other clients' windows as well, real time.
What would be the best structure to accomplish this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Socket.IO:http://socket.io/
费耶:http://faye.jcoglan.com/
Socket.IO: http://socket.io/
Faye: http://faye.jcoglan.com/