views:

120

answers:

3

Hello Does GWT support HTML5? I mean especially Canvas and WebSockets?

Regards

+6  A: 

Maybe this video (from Google developers) can be of interest

http://www.youtube.com/watch?v=aW--Wlf9EFs

klez
+3  A: 

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

Romain Hippeau
A: 

Yes, they have nothing to do with GWT.

Matt H