python-eel / Eel

A little Python library for making simple Electron-like HTML/JS GUI apps
MIT License
6.28k stars 581 forks source link

Add websocket reconnect functionality #687

Open thalisvilela opened 1 year ago

thalisvilela commented 1 year ago

I saw myself having to reload the webpage too often after making changes and restarting the python script, so i think this feature will be a nice addition.