Thursday 30 April 2020

How to use HTML frontend and Node.js backend?

I have a website that I’ve hosted through my university. I want that website to be able to display the data when given a website link. For example, if I were to press submit in the HTML frontend, then will send a url to the Node.js backend which scrapes the website for text. The Node.js will then display that data onto the HTML page I’m hosting. How can I go about accomplishing this?

Submitted April 30, 2020 at 11:40PM by robinbatman1966

No comments:

Post a Comment