Categorized | Web 2.0

Django and Comet

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:

JAVASCRIPT:
  1.  
  2. function processGetPost()
  3.         {
  4.         var myajax=ajaxpack.ajaxobj
  5.         var myfiletype=ajaxpack.filetype
  6.         if (myajax.readyState == 4)
  7.                 { //if request of file completed
  8.                 if (myajax.status==200 || window.location.href.indexOf("http")==-1)
  9.                         { //if request was successful or running script locally
  10.                         if (myfiletype=="txt")
  11.                         alert(myajax.responseText)
  12.                         else
  13.                         alert(myajax.responseXML)
  14.                         }
  15.                 }
  16.         }
  17.  
  18.  
  19. function connect()
  20. {
  21.   var nick = document.getElementById('nickname').value;
  22.   Orbited.connect(chat_event, nick, "/chat", "0");
  23.   ajaxpack.getAjaxRequest("/join/" + nick + "/", "", processGetPost, "txt");
  24. }
  25.  
  26.  
  27. chat_event = function(data) {
  28.   var chat_box = document.getElementById('box');
  29.   var div = window.parent.document.createElement('div');
  30.   div.className = "event";
  31.   div.innerHTML = data;
  32.   chat_box.appendChild(div);
  33.   chat_box.scrollTop = chat_box.scrollHeight;
  34. }
  35.  
  36. function send_msg() {
  37.   var msg = document.getElementById('chat').value;
  38.   var nick = document.getElementById('nickname').value;
  39.   ajaxpack.getAjaxRequest("/send/" + nick + "/" + msg + "/", "", processGetPost, "txt");
  40. }
  41.  

32 Responses to “Django and Comet”

  1. This is good that people are able to receive the credit loans moreover, it opens new chances.

Trackbacks/Pingbacks

  1. Check this out…

    that is the end of this article. Here you’ll find some sites that we think you’ll appreciate, just click the links over……

  2. Best Cinema says:

    Best Cinema…

    If you need a great review about cinemas check out this site….

  3. Yosh says:

    Best Links 2011…

    whoah this blog is fantastic i love reading your articles. Keep up the great work! You know, a lot of people are looking around for this information, you could aid them greatly….

  4. Accident Videos…

    If you need a good to watch funny accident videos then check out my site….

  5. Symptoms Of Low Vitamin D…

    Here is a Great Blog You Might Find Interesting that we Encourage You…

  6. Yosezd says:

    2011…

    Its like you read my mind! You appear to know so much about this, like you wrote the book in it or something. I think that you could do with some pics to drive the message home a bit, but other than that, this is wonderful blog. A great read. I will de…

  7. free over 60 dating site…

    the time to read or visit the content or sites we have linked to below the…

  8. Superb website……

    [...]always a big fan of linking to bloggers that I love but don’t get a lot of link love from[...]………

  9. Related………

    [... ]just beneath, are numerous totally possibly not related sites to our bait, however, they are absolutely worth going over[... ]………

  10. Links……

    [...]Sites of interest we have a link to[...]………

  11. Sources……

    [...]check below, are some totally unrelated websites to ours, however, they are most trustworthy sources that we use[...]………

  12. Cool sites……

    [...]we came across a cool site that you might enjoy. Take a look if you want[...]………

  13. Great website……

    [...]here are some hyper-links to sites that we link to as we feel they are really worth browsing[...]……

  14. Sources……

    [...]check below, are some totally unrelated websites to ours, however, they are most trustworthy sources that we use[...]………

  15. Related………

    [... ]just beneath, are numerous totally possibly not related sites to our bait, however, they are absolutely worth going over[... ]………

  16. Recommeneded websites……

    [...]Here are some of the sites we recommend for our visitors[...]………

  17. Sources……

    [...]check below, are some totally unrelated websites to ours, however, they are most trustworthy sources that we use[...]………

  18. Related………

    [... ]just beneath, are numerous totally possibly not related sites to our bait, however, they are absolutely worth going over[... ]………

  19. The best website………

    [...]here are some links to sites that we link to because we think they are worth visiting[...]………

  20. Superb website……

    [...]always a big fan of linking to bloggers that I love but don’t get a lot of link love from[...]………

  21. Superb website……

    [...]always a big fan of linking to bloggers that I love but don’t get a lot of link love from[...]………

  22. Superb website……

    [...]always a big fan of linking to bloggers that I love but don’t get a lot of link love from[...]………

  23. Recommeneded websites……

    [...]Here are some of the sites we recommend for our visitors[...]………

  24. Superb website……

    [...]always a big fan of linking to bloggers that I love but don’t get a lot of link love from[...]………

  25. horny sluts says:

    trackback…

    […] … great article that everyone should read […]…

  26. trackback…

    […] … great article that everyone should read […]…

  27. trackback…

    […] … great article that everyone should read […]…

  28. trackback…

    […] … great article that everyone should read […]…

  29. … [Trackback]…

    [...] Find More Informations here: utropicmedia.net/blog/django-and-comet [...]…

  30. plan cul says:

    trackback…

    […] … great article that everyone should read […]…


Leave a Reply