I know it's just a theory, but... It doesn't matter if the server is cloud or not, and it's important if the server can keep the websocket open. PVP like concave (of course, you can force a long polling technique) because information has to come and go from time to time like a kind of chat. The server side often uses node.js to launch the websocket server, and the client side can implement the JavaScript app according to the WebSocket specification.
However, according to MDN,
A web socket server is a TCP application that is listening to any port on a server that follows a particular protocol. A web socket server can be developed in any server-side programming language.
That's what he said...
And... Let's not use the expression '~lin' unless you have to.
© 2024 OneMinuteCode. All rights reserved.