Web Socket? - nairuzabulhul/Technical-Terms GitHub Wiki
Web Socket :
is a protocol that allows the server to send things like updates or notification to the browser without the
browser having to request it
It is also worth knowing that for every internet connection, there are two sockets one from the server side and the other from the client side.
One of the best and simplest example of web socket is google docs where all participants write and update in the same time. and their updates are added in real time.