Introduction to websocket protocol

What is a websocket? Websocket is a fairly new Internet protocol that allows a permanent connection between the client and the server. It allows for asynchronous data exchange without the need to send additional HTTP requests. Similar to the HTTP, it works over the TCP layer and uses the same ports, that is 80 for [...]