I need that my web app talk with a dektop application.
User case: a user click a button on the page, and this button send a command to the desktop app and wait for the answer from destkop app or timeout.
I am using Rails 4 and Qt/C++, but it is not mandatory to use Qt/C++. The desktop app is used to talk with computer usb port. Anyone have any tips or help?