Is there a way to have some small application that talks to the machine via a set of HTTP apis?<p>I envision something where you can just use your regular web app, have the user install the "Desktop Connector" which would be listening at say, port 8000 - then your web app can talk to the desktop via those APIs, instead of installing an Electron or related.<p>I must be missing/forgetting something crucial since that seems like the most straightforward solution imaginable.