rawpython / remi

Python REMote Interface library. Platform independent. In about 100 Kbytes, perfect for your diet.
Apache License 2.0
3.48k stars 401 forks source link

How to detect if any browser is interacting with the web server? #445

Closed occoder closed 3 years ago

occoder commented 3 years ago

Is there a proper way to detect if any browser is interacting with the web server? It seems like the web server is agnostic to a 'floating' opened web page.

occoder commented 3 years ago

The example onclose_window_app.py helps.