Dec
26
Django and Comet
Ajax Resources
10:12 pm
Arena Albionu has written about Django and Comet using the Orbited Python event driven comet server. The article walks through the hello world of Comet… a chat server. The JavaScript looks like this: PLAIN TEXT JAVASCRIPT: function processGetPost() { var myajax=ajaxpack.ajaxobj var myfiletype=ajaxpack.filetype if (myajax.readyState == […]
More: continued here