How to communicate between a web application in a browser (e.g. FF) with a Windows application?
We have a large web application that runs in any modern browser. For specific functionality (which cannot be done in a browser), it would be useful to have a native Windows application complementing it. It should be possible to initiate a communication from either side. (From Windows side, of course only if the web app is open. Possible that the web app bootstraps the communication when starting.)