Archive

Posts Tagged ‘ajax chat’

Web Based chat -ajax im

July 23rd, 2009 Jigish Thakar No comments

ajax im is a browser-based instant messaging client. It uses AJAX to create a near real-time IM environment that can be used in conjunction with community, intranet, and social websites. No refreshing of the page is ever needed for this “web application” to work, as everything is updated in real-time via JavaScript.

Installation

From here you can download latest version of ajax im.

Requires Apache, php & MySql installed.

Unzip source in your web folder.

Create mysql db.

cp config-sample.php config.php & update db credentials.

Source