Html – How To Run a Node JS file in a Live Browser
I am attempting to create an html page that contains an input field, and a button. Once the user clicks the button, I want the page to run a Node JS File. Currently, the html script simply displays the input,…