Stars: 538
Forks: 307
Pull Requests: 58
Issues: 229
Watchers: 111
Last Updated: 2023-05-13 06:13:31
A fully customizable web chat implemented in JavaScript, PHP and MySQL which integrates nicely with common forum systems like phpBB, MyBB, FluxBB, SMF and vBulletin. A Flash and Ruby based socket connection can be used to boost performance.
License:
Languages: CSS, PHP, JavaScript, ApacheConf, HTML, Shell, Ruby, ActionScript
This is the standalone version of Blueimp's AJAX Chat. If you are looking for a version to integrate with your forum, select a different branch.
AJAX stands for "Asynchronous JavaScript and XML". The AJAX Chat clients (the user browsers) use JavaScript to query the web server for updates. Instead of delivering a complete HTML page only updated data is sent in XML format.
By using JavaScript the chat page can be updated without having to reload the whole page.
Server-Side | Client-Side |
---|---|
PHP >= 5 | Enabled JavaScript |
MySQL >= 4 | Enabled Cookies |
Ruby >= 1.8 (optional) | Flash Plugin >= 9 (optional) |
Essential documentation is contained in the attached readme files
For more documentation consult the github wiki: https://github.com/Frug/AJAX-Chat/wiki
For support questions use google groups: https://groups.google.com/forum/#!forum/ajax-chat
To report bugs use github issues: https://github.com/Frug/AJAX-Chat