Any python based "Live Web Chat Support"
Kartic
removethis.kartic.krishnamurthy at gmail.com
Fri Jan 12 12:31:18 EST 2007
More information about the Python-list mailing list
Fri Jan 12 12:31:18 EST 2007
- Previous message (by thread): What is a perl hash in python
- Next message (by thread): Any python based "Live Web Chat Support"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): What is a perl hash in python
- Next message (by thread): Any python based "Live Web Chat Support"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list