Call a node.js function inside an html file
问题 This is most likely a repeated question. The closest I got to an answer was here: execute a Nodejs script from an html page? Yet, I still can't understand. So here's the situation: I have an express server setup with the following files: Express App server.js index.html and right now I want the html folder to have a button, that calls a function set in the node.js file. Tell me if more information is needed, thanks! EDIT: Im remaking the question to be more clear. I am using an express server