I know the answer is almost certainly no, but I was wondering if you could run code from a server on a user's computer (with their permission).
I have an ASP.NET application running on a remote IIS. What I want the application to do is to be able to access a PCI board on the user's computer and do some work with it. To my knowledge, I cannot do that with just JS running in the browser.
I understand that this would be a huge security vulnerability to the user, but they could Opt-in or Opt-out as necessary.
The other option is to have the application already on the user's computer and ran by the server when necessary, but I just wanted to know if this was even possible.