Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1.11 KB

README.md

File metadata and controls

23 lines (19 loc) · 1.11 KB

zzChat

## Notice **This project was conducted as part of a practical work** during my engineering courses, and is not intended to be used in production as is. I don't know yet if I'll continue the development of this project. However, if you have any suggestions or bugs to report, you can still do so.

Description

zzChat is a multi-user chat client, using a REST JSON API and a Javascript client. It provides several bases features, including :

  • Multiple chat rooms
  • Public access, no password required
  • Multilanguage
  • Single page web client
  • Message formatting (bold, italic, underline, and line-through)

License

zzChat is released under the GPL v3 (or later) license, see /LICENSE

Minimum Requirements

  • Webserver, Apache is recommended (other web servers are not tested yet).
  • PHP 5.3.3 or greater
  • No database required
  • A recent web browser (IE < 9 isn't supported)

Code Status

  • Travis-CI: Build Status