genwork Posted Monday at 02:33 PM Posted Monday at 02:33 PM (edited) I am trying to use WebSocket together with a regular HTTP server in Node.js. However, when the client attempts to establish a WebSocket connection, the server does not return the expected HTTP [101 Switching Protocols] response. Instead, it returns normal HTTP status codes such as [2xx] or [4xx]. I would like to know whether Tommy Server supports WebSocket upgrade requests or if there is any special configuration required to enable WebSocket connections alongside standard HTTP handling in Node.js Edited Monday at 02:34 PM by genwork Quote
Krydos Posted Monday at 04:35 PM Posted Monday at 04:35 PM What port is the websocket listening on? Quote
genwork Posted yesterday at 02:12 AM Author Posted yesterday at 02:12 AM 9 hours ago, Krydos said: What port is the websocket listening on? 3000 domain: genrwork.helioho.st Quote
genwork Posted 27 minutes ago Author Posted 27 minutes ago hello @Krydos . Is it still not configured? Because I still can't connect to the WebSocket. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.