genwork Posted 21 minutes ago Posted 21 minutes ago (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 20 minutes ago by genwork 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.