Are websockets used in Shiny?
06:07 09 Feb 2022

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?

r shiny