I have a Vue.js app and a Node server running, I want click a button that sends a request to my Node server and opens up Chrome. I know it's possible to open up the application by passing
'open -a "Google Chrome" http://your_url'
to the function, but is it possible to open up an HTML file on the server with that command? If so, how?