I have old dll files that I was using in old windows Forms application and I need to include them in my new project and I need to access these files/methods from javascript. my target is to make a web application and and then transfer it to desktop app using electron.js
Any Recommendations?
I have tried ActiveXObject but is it not supported in chrome.