|
WebWorker
A module for automatic GWT compilation to Web Workers.
IntroductionThis module provides a framework for automatically compiling designated portions of a GWT project to native Web Worker scripts, which are then executed in parallel on supporting platforms. Also includes support for JSO message passing, worker emulation in older browsers (with no change in code), and full development-mode/debugging functionality. DetailsThis module works well, but is still under development. For now, consult the following links: Design Document (in progress and requires a Wave account) Sample usage: The Rationals Example: Blocks using gwtBox2d physics |
► Sign in to add a comment