para a écrit : > Loic Dachary a écrit : > >> para wrote: >> >>> It can be use as wrapper between JSpoker and poker-network. >>> >>> Client <---> ACE <---> Poker-network >>> >> It would wrap all communications even those unrelated to chat ? >> >> Cheers >> >> > > Yes, the new name of ACE is APE (AJAX Push Engine). It can do anything else. > There is a module interface and a API to add functions to APE. > It handle query string (/url/?name=value&etc...) as PHP. > > APE can do by default : > > - User to user message > - user to channel message > - sessions management > - nickname > - etc... like an IRC server > - login/pass with mysql > > But this functions will be moved as module asap. > > You can check "/src/raw.c" from source to check what is possible ;) > > In fact what is possible to do :
APE is linking to poker-network. Client (Jspoker) tell APE to give him a session id Each action made by the client is wrap to poker-network and vice-versa (JSON is possible). -- Anthony Catel - Développeur web & associé Weelya - Improve the web 32 rue du faubourg boutonnet 34090 Montpellier Tel : 04 67 169 778 http://www.weelya.com _______________________________________________ Pokersource-users mailing list [email protected] https://mail.gna.org/listinfo/pokersource-users
