This commit makes the ES6 module loader polyfill use Web Workers, so that Babel doesn't block the browser from animating. It also uses localStorage to cache the compiled results, only recompiling on source changes, so it makes loading faster while developing noVNC. This includes a vendored copy of the ES6 module loader, modified as described above. |
||
---|---|---|
.. | ||
README.md | ||
b64-to-binary.pl | ||
img2js.py | ||
json2graph.py | ||
launch.sh | ||
parse.js | ||
u2x11 | ||
use_require.js | ||
use_require_helpers.js |
README.md
WebSockets Proxy/Bridge
Websockify has been forked out into its own project. launch.sh
wil
automatically download it here if it is not already present and not
installed as system-wide.
For more detailed description and usage information please refer to the websockify README.
The other versions of websockify (C, Node.js) and the associated test programs have been moved to websockify. Websockify was formerly named wsproxy.