Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ksubileau/zzchat

An HTML5 chat application, using Backbone.js, jQuery, and PHP.
https://github.com/ksubileau/zzchat

Last synced: about 1 month ago
JSON representation

An HTML5 chat application, using Backbone.js, jQuery, and PHP.

Awesome Lists containing this project

README

        

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](/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](https://travis-ci.org/ksubileau/zzChat.png?branch=master)](https://travis-ci.org/ksubileau/zzChat)