noVNC/utils
Solly Ross a80955ee7a [infra] fix vendor import paths on built files
A previous commit started (quasi-correctly) rewriting vendor import
paths on built files.  The gist of it was correct, but it incorrectly
rewrote paths in vendor itself.

The babel plugin in use operated on canonical absolute paths.  This mean
that it saw no difference between the import
`../vendor/pako/lib/utils/foo` and `../utils/foo`, where the later was
actually in the `vendor/pako/lib/bar` directory.  This rewrote imports
in files in the vendor directory itself.  However, since those files
were *already* in the correct relative location, the new import was
incorrect by a degree of `..`.

Now, we only rewrite vendor paths on things in the `core` directory.
2017-10-03 19:30:20 -04:00
..
README.md Update url's 2017-04-19 15:33:42 +02:00
b64-to-binary.pl Fixed vnc_perf.html 2016-01-06 13:32:05 -05:00
genkeysymdef.js Simplify keysymdef.js 2017-03-24 11:31:38 +01: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 Update url's 2017-04-19 15:33:42 +02:00
u2x11 utils/rebind, utils/u2x11: use /usr/bin/env 2011-04-06 10:05:59 -05:00
use_require.js [infra] fix vendor import paths on built files 2017-10-03 19:30:20 -04:00
use_require_helpers.js Vendor in an IE11 polyfill for Promises 2017-03-21 17:39:07 -04: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.