I am totally new to React Js. I want to open a windows application / .exe file with the click of the web component. For e.g open whatapp.exe when we click on the button component from the web page created in react js. I found some other links but am not sure how to apply those solutions or they are relevant or not.
E.g:
Execute an exe file using node.js
How to execute an external program from within Node.js?
Is my question is correct? can we do it like this or not?