Node-chat 使用什么样的技术
这是我正在询问的节点聊天: http://github.com/scottgonzalez/node-chat
消息如何传递到服务器?
websocket彗星ajax?
它是如何运作的?
它所使用的东西是可扩展的吗?
谢谢。
This is the node-chat I'm inquiring about:
http://github.com/scottgonzalez/node-chat
How are the messages being passed to the server?
websocket comet ajax?
How does it work?
Is what it's using scalable?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
jquery.ajax()
(json-chunks也可以通过jQuery.getJSON()获取[只是正常的http获取])。jquery.ajax()
(the json-chunks could be fetched via jQuery.getJSON() as well [just normal http fetch]).