What data transfer protocol does stackoverflow.com use? Interested in application protocol .
Interestingly, when you are on the page, it is not necessary to update it in order to see a new answer or comment. It turns out either the web application stackoverflow.com requests every n seconds, working via HTTP, or uses a two-way communication protocol.
wss://qa.sockets.stackexchange.com/
- websockets - Grundy