#Is there a way to use a HTTPs proxy with a WebSocket in Deno?
8 messages · Page 1 of 1 (latest)
Deno.createHttpClient for a websocket. seems impossible.
an it probably is..
any workaround exists for this?
found out tungstenite doesn't support proxies so
You could use nginx as a proxy between your Deno and the world.
I don't mean it like that
I mean like a socks5/HTTPs proxy