ajax im ("asynchronous javascript and xml instant messenger") 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.
共享世纪译:
AjaxIM是一款基于Ajax的能够适时在线交流的的IM程序,他可以很方便的应用在社交、企业网等公共网站,它最突出的特点就是不需要刷新,可以适时在线的显示聊天信息。
其核心是通过Javascript来实现,需要PHP的环境,安装也比较简单,先建好数据库,修改config.php,运行根目录下的install就OK了,现在它的最新版是V3.41,主要的功能如下:
1、所有的实现代码(JS和PHP)基于OO的思想;
2、多语种支持;
3、基于PHP的session实现,不用每次发送消息时都验证用户信息;
4、可以很方便的自定义theme;
5、可以对用户进行锁定和解锁;
6、可以查找用户,踢掉用户等;
更多信息可以查看官方介绍。http://www.ajaxim.com/
Tag: