I'm architecting one solution that needs to access one specific hardware (I already have the dll to access this hardware developed in C#). My question is, can I develop one web application, and develop some plugin to web browser to access this dll in the client machine? The idea is: - Develop web system (client side and server side). - Create plugin to Firefox or chrome, that will call the dll into client machine. - Communicate my web system with dll into client machine through the plugin?
Someone can tell me if is that possible? If so, there's any starter point?
Appreciate for any help.