Actually, you can have 100% WebSocket support--just use Kaazing WebSocket Gateway. That supports native as well as WebSocket emulation for all the older browsers, including IE. and it is super scalable. Regards, Peter
On Feb 3, 4:27 am, "[email protected]" <[email protected]> wrote: > I'm pretty sure you can write a library to add this functionality, you > would just need to have graceful degradation support for all those > browsers and servers that do not support websocket. It would probably > have to be a combination of Websocket/(ServerSendEvents+XHR)/(Comet/ > Continuations+XHR)/Long Polling/Flash/Java Applet. It is just a > matter of providing the widest browser support. You can never have > 100% websocket support until all browsers and servers support > websockets (currently Jetty and Chrome). > > On Feb 3, 2:45 am, Jim <[email protected]> wrote: > > > Hello, > > > Is GWT Ready for a WebSocket architecture ? > > Thx -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
