websockify-js
websockify-js copied to clipboard
JavaScript WebSocket to TCP bridge
The `ws` project is now at version 8.2.0. You depend on version 0.4.27. There are lots of intervening security fixes. Are you compatible with `ws` 8.2.0, or do you depend...
The source code in websockify.js was updated to support changes to the "ws" package. See https://github.com/novnc/websockify/issues/280. However, the package at npm has not yet been updated causing it to crash...
I setup websockify-js for a NoVNC instance with an UltraVNC Server. Everything seems to work, unless: When I try to connect via the vnc.html site, I get an error `Server...
First off, thank you for this project! Second, have read [https://github.com/novnc/websockify/wiki/Token-based-target-selection](https://github.com/novnc/websockify/wiki/Token-based-target-selection) and third, have tried + read [wstelnet.js](https://github.com/novnc/websockify/blob/master/include/wstelnet.js) .... As per issue https://github.com/novnc/websockify/issues/213 is it incumbent upon user to rewrite...
When I connect to my device behind my console server through the websockify proxy I first have to press the enter key in order to get a prompt to enter...
convert Uint8Array var to Array to access shift() method
I have integrated noVNC + Websockify projects in application. It is working in Chrome, Firefox but it fails in IE11. Digugger log displays following errors: Warning: Data URI scheme cursor...
To maximize Node.js socket based application's portability to browser, I would like to see an identical interface between sockets. The current websock.js interface is somewhat messed up, and I think...
Hi, I'm currently using websockify to implement the Java networking stack for a javascript-based Java VM called [Doppio](http://github.com/int3/doppio). I'm needing to directly access the `readyState` of the underlying `WebSocket` object...
recv_message, caught exception: RangeError: Maximum call stack size exceeded at Object.rQshiftStr (http://localhost/websock.js:124:32) at Object.message (http://localhost/terminal.js:48:20) at WebSocket.recv_message (http://localhost/websock.js:234:27) String.fromcharcode.apply throws exception for data > 65535 fixed: function rQshiftStr(len) { if...