Hi,

I'm working on a "AJAX Server" since almost 3 years : "ACE" Ajax Chat
Engine (http://ajaxce.sf.net).

I thought that ACE might have been interessant to interface with Jspoker
to give it an aspect more reactive and applicative. Following the ACE
features :

What ACE can do :

All the AJAX request are sent to ACE instead of the usual web server.
ACE will deal with the query (and do is job depending to the loaded
modules) and return a JSON objet to the user.

The advantage is that ACE will keep the connexion alive until the user
has nothing to read (no activity) and wiil give him callback when needed.
Specifically this will give an instant reactivity as a real streamed
connexion.

Don't only rely on the name, ACE is a lot more than a simple "chat"
engine, it can handle everything by providing a module interface.


What is handle by default :

- User sessions management (to keep a genericity),
- Channel system (to group sends to multi-users),
- API to handle everything,
- A module system still under design.


Hope ACE will keep your attention.

Cheers,
--
Anthony CATEL
Weelya http://www.weelya.com/

_______________________________________________
Pokersource-users mailing list
[email protected]
https://mail.gna.org/listinfo/pokersource-users

Reply via email to