Any python based "Live Web Chat Support"

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • johnny

    #1

    Any python based "Live Web Chat Support"

    Is there any open source "live web chat support" program or script out
    there? Any you can recommend?

  • Kartic

    #2
    Re: Any python based "Live Web Chat Support"

    johnny sayeth, on 01/12/2007 11:11 AM:
    Is there any open source "live web chat support" program or script out
    there? Any you can recommend?
    Why don't you install ejabberd (a Jabber server implemented in erlang)
    and install Muckl (http://zeank.in-berlin.de/muckl/), an AJAX client for
    multi-user chat (or Jwchat for one on one chat). Both Muckl and JWChat
    are embeddable in a web page, as they use just HTML/Javascript, with
    some work.

    Other than that, if you want to stick to a Python solution, I do believe
    Nevow project comes with a live chat demo, which you can customize.

    --Kartic

    Comment

    Working...