Page 1 of 1

Create an Ajax-based IM client

Posted: 02 Jul 2010, 17:12
by dedanna1029
The ability to instant message (IM) co-workers and friends is a great convenience, but some environments prohibit the use of instant messaging clients in the workplace due to security concerns. The exercise in this tutorial resolves any security concerns by showing you how to use Ajax to create a Web-based IM client that turns IM traffic into plain Web traffic by creating an instant messaging "bot" and a corresponding Web application. While it's not a production application, it demonstrates several nifty Ajax techniques, such as how to use Prototype to do easier DOM manipulation and how to easily update sections of a Web page, either once or repeatedly.

http://www.stumbleupon.com/su/2g0rEz/ww ... X-IMdth-WD

Re: Create an Ajax-based IM client

Posted: 04 Jul 2010, 16:59
by rvause
Thanks for that. I had a skim through. I built a Ajax chat app with Django and Jquery not so long ago and it has been deployed and in use in the office since. I have been thinking about plugging it into Jabber/XMPP to give users more flexibility in how they use it.
Screenshot:
Image

Code: http://github.com/rvause/bistrochat

Re: Create an Ajax-based IM client

Posted: 04 Jul 2010, 18:06
by dedanna1029
Quite nice, that. Good job. :)