On 9 Apr 2011, at 22:49, Yuri Z wrote: > By the way, it seems that JWebSocket is licensed under LGPL, is it > compatible with Apache license?
Nope. > > 2011/4/10 Nelson Silva <nelson.si...@gmail.com> > >> Hi all, >> >> I'd really like to be able to create a WAIB WAR deployable in as many >> servers as possible. >> With Guice servlet injection and a proper GuiceServletContextListener we >> can already have a WAR deployable on Jetty >= 7 but if we want to support >> other servers websocket support really makes this difficult. >> >> I'd like to get everyone's input on jWebSocket vs Atmosphere vs Cometd in >> order to try and develop an alternative RPC server. >> >> Having automatic negotiation between the client and the server and with >> proper fallback mechanisms we could have WebSockets ( with and without >> Flash) and Comet support. Isn't this what Socket.io is for? >> >> We should keep the protobuf stuff and keep in mind that we need to support >> proper authentication and everything should work across firewalls. >> >> Looking forward for some of your thoughts on this. >> >> Regards, >> >> Nelson >>