Re: Is it possible to use POE to develop COMET based web app?
"Roy M." <[email protected]>
| Newsgroups | gmane.comp.lang.perl.poe |
|---|---|
| Message-ID | <[email protected]> |
Hey On Thu, Apr 2, 2009 at 4:01 PM, David Davis <[email protected]> wrote: > Yes it's possible. I've built a few iterations of comet servers in POE over > the years, but mine are mostly specialized for socket proxying. > > What you really want is Eric Waters' module POE::Compoent::Server::Bayeux > Tried and seems working great! Thanks. But what are the difference between "POE::Compoent::Server::Bayeux" and the codes in : http://svn.cometd.com/trunk/cometd-perl/ (I havn't try yet)? Seems cometd-perl is the offical one? Thanks.