I am pretty new to front-end and trying to confirm conceptually first before I start to implement it.
For example, I want to return a static HTML file to the user's rest call request. That way, I can open HTML page on the user's side and get input. Along that line, I want to insert puppeteer code inside of the static HTML file to navigate to certain websites before getting the user's input.
Does it make sense? If not, can you please explain why?