socket.io-proxy
socket.io-proxy copied to clipboard
A socket.io client for node.js that can connect through a proxy server.
I don't understand, I get a error like this : Error: Client network socket disconnected before secure TLS connection was established. What does that mean ? My code is like...
Hello, *It appears it doesnt work with latest socket.io client. Could you help me ?
As title said .
Hi! Tunnel server works only for 'polling' transport. Try to force use 'websocket' io.connect(url, {transports: ["websocket"]...}) And seems tunnelServer.on('upgrade', function(...) {...}) need to implement What do you think about?
Hi there, thank you for offering this nice piece of code. I am trying to use socket.io-proxy while developing a web application behind a corporate proxy. ## Expected Behavior When...
Hi, thanks for your work here. I am using socket.io-proxy behind a SQUID proxy server, but got a lot of errors (400). My init config looked this way ``` process.env.http_proxy...
Thanks for doing this package. As far as I understand, currently it does not support proxy authentication; or does it? If it does not, any plan to include that feature?