tty.js icon indicating copy to clipboard operation
tty.js copied to clipboard

WebSocket connection port

Open caruccio opened this issue 11 years ago • 1 comments

Is it possible to specify which port socket.io should connect to for websocket sessions?

caruccio avatar Jul 21 '14 05:07 caruccio

it uses the same port as you are using to connect to the website. websockets is http layer stuff.

you could change that behavior in this line: https://github.com/chjj/tty.js/blob/master/lib/tty.js#L44

GottZ avatar Sep 10 '14 12:09 GottZ