Are websockets used in Shiny?
In Shiny architecture (client and server model), are web-sockets requests used? Or is it only a HTTP request that is sent to the server?
I know this is a very direct question, but I want to understand the backend working of Shiny?