Questions tagged [websocket]

35 questions
1
vote
1 answer

Websockify does not pass information further, connection is dropped prematurely

I need to use websockify as a proxy. The final setup will be: a websocket on a webpage connects to websockify server on the same machine websockify server initiates connection with a TCP socket program listening somewhere else (in this case, the…
-1
votes
1 answer

Does a websocket connection to an external server go through website or direct?

So lets say I have a game [Browser] --------- [Web server] the browser connects to a website and gets the game client displayed in an html page. Lets say the server for the game i want to connect to is 1.2.3.4 . Does my websocket connection to…
Simon
  • 1