Is there an implementation of HTML5 WebSockets Java applets?
I would like to use WebSockets for a new project and provide a backwards compatible implementation of WebSockets (for all current browsers without using) using Java (or possibly Flash).
I want to write and support WebSockets on the server side. I just want to deal with the client-side WebSockets API (although this API will be "tampered" with a Java applet if real WebSockets are not available).
Thanks,
Chris.
java html5 applet sockets
fadedbee
source share