see ActiveConnections.tsx
Show the (number of) active connections to homeremote server, e.g. with meta data such as browser vendor, OS, username.
Only realistic option for web socket, because this is the only thing that the homeremote server really manages.
E.g. dockerlist or domoticz all have to poll their own back-end services. So they either use front-end polling or a web socket and then back-end polling.
Resources:
see ActiveConnections.tsx
Show the (number of) active connections to homeremote server, e.g. with meta data such as browser vendor, OS, username.
Only realistic option for web socket, because this is the only thing that the homeremote server really manages.
E.g. dockerlist or domoticz all have to poll their own back-end services. So they either use front-end polling or a web socket and then back-end polling.
Resources: