There are some literature on the differences between WebSockets and sockets on Stackoverflow. What I'm trying to understand, is why would I pick web sockets over normal sockets, if I'm writing a normal client/server application, where the server is not necessarily a web server and the clients connecting to the server is a native C++ or a Java client.There are some literature on the differences be