noVNC/utils
Solly Ross 399fa2ee2d Optimize ES6 Module Loader Polyfill
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.
2017-03-21 17:39:07 -04:00
..
README.md Remove last bits of websockify cruft 2015-02-17 23:15:51 -05:00
b64-to-binary.pl Fixed vnc_perf.html 2016-01-06 13:32:05 -05:00
img2js.py Change noVNC license to from LGPLv3 to MPL 2.0 2012-10-15 13:35:00 -05:00
json2graph.py Removing unused import (#642) 2016-08-26 11:09:22 +02:00
launch.sh Merge pull request #603 from WardF/master 2016-09-16 17:16:43 -04:00
parse.js Use Unicode keysym range as fallback 2016-10-15 14:58:55 +02:00
u2x11 utils/rebind, utils/u2x11: use /usr/bin/env 2011-04-06 10:05:59 -05:00
use_require.js Optimize ES6 Module Loader Polyfill 2017-03-21 17:39:07 -04:00
use_require_helpers.js Allow transforming to any format 2017-03-07 11:11:28 -05:00

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.