Hello Does GWT support HTML5? I mean especially Canvas and WebSockets?
Regards
Hello Does GWT support HTML5? I mean especially Canvas and WebSockets?
Regards
Most browsers still do not support these technologies without plugins, therefore direct support is not available.
WebSockets requires support from the server also, once again most servers do not support it yet.
for WebSockets in GWT You could download this and use it:
http://code.google.com/p/gwt-websockets/
For the HTML5 Canvas look here:
http://code.google.com/p/gwt-canvas/
or here:
http://code.google.com/p/google-web-toolkit-incubator/wiki/GWTCanvas