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.
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.
jquery.ajax()
(the json-chunks could be fetched via jQuery.getJSON() as well [just normal http fetch]).