public
Description: Sinan based chat system built in Erlang
Homepage: http://baphled.lighthouseapp.com/projects/25454-chattterl/overview
Clone URL: git://github.com/baphled/chatterl.git
name age message
file README.markdown Loading commit data...
file _build.cfg
file control
directory lib/
README.markdown

The chatterl application

Copyright © 2008-2009 Yomi Colledge

Authors: Yomi Colledge (yomi@boodah.net).

Description

A multi processed chat system that can be housed over a number of nodes & track clients over varying devices, at the time of the writing the system works over multiple nodes & is able to do the basics (connect to a group, send message to other clients & connected groups).

The main focus of this project is to create a chat system that is highly reliable as well as scaleable. Other developers will be able to create add-on modules that are able to interact with chatterl & further enhance the functionality of chatterl & the chatterl clients experience.

Useage

At the moment of this writing there are two ways to interact with Chatterl, through a Erlang shell or via CWIGA, which gives you the ability to interact with Chatterl via a RESTful API.

More information can be found here

Bugs & Issues

All bugs, feature request & issues can be created via Lighthouse or alternatively all patches and fixes are more than welcome.