rosevoul / gwt-nextgen

GWT NextGen APIs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gwt-nextgen is an attempt to expose all recent and emerging features being provided in current versions of web browsers. 

The functionality is grouped into Modules within a specific API or area of functionality:

Canvas
Geolocation
Media
New HTML elements
TypedArrays
WebMessaging*
WebSocket
WebStorage

(*): Unfinished/untested

Many of these APIs do not yet work on a majority of web browsers. The goal of this library is to expose the native functionality to allow GWT developers to prototype the next generation of applications quickly using recently available APIs. No emulation modes or fallback mechanisms are present however, where possible feature detection should be provided provided.

About

GWT NextGen APIs


Languages

Language:Java 99.6%Language:HTML 0.4%