I\'m familiar enough with Ajax and JSON that I can send a request and get a parse a JSON request. Ideally I\'d like to receive multiple response to periodically update a pro
Basically you write entries into the persistent connection and flush them into the network interface. As browser receives that, it will parse and execute the script.