Skip to content
forked from Frug/AJAX-Chat

A fully customizable web chat implemented in JavaScript, PHP and MySQL which integrates nicely with common forum systems like phpBB, MyBB, PunBB, SMF and vBulletin. A Flash and Ruby based socket connection can be used to boost performance.

Notifications You must be signed in to change notification settings

calref/AJAX-Chat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

AJAX Chat CalRef-Bleeding

This is the standalone version of Blueimp's AJAX Chat featuring changes made by CalRef.

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.

Requirements

###Server-Side:

  • PHP >= 4
  • MySQL >= 4

###Client-Side:

  • Enabled JavaScript
  • Enabled Cookies

Help

For further help on installing and using AJAX Chat, feel free to consult Sylae on github or at [email protected] (email/xmpp).

About

A fully customizable web chat implemented in JavaScript, PHP and MySQL which integrates nicely with common forum systems like phpBB, MyBB, PunBB, SMF and vBulletin. A Flash and Ruby based socket connection can be used to boost performance.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 48.1%
  • PHP 40.5%
  • CSS 11.4%