Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ksubileau/zzchat
- Owner: ksubileau
- License: gpl-3.0
- Created: 2013-10-18T11:03:15.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-09T13:29:09.000Z (almost 11 years ago)
- Last Synced: 2023-05-14T14:01:10.742Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 2.18 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 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)