I was wondering if there is a way to implement NodeJS Back-End to a Front-End DOM environment. I have an application written in NodeJS but I want the users to be able to connect to a regular html page with a responsive GUI on my hosting solution, for that I am going to need to access my functions from NodeJS files and reference it as a script for the Front-End html. Is this possible? Thanks!