I've created a backend application - I retrieve the information inside server.js (information displays in the console.log).
My question is how do I pass this information to app.js and display it to the UI (basically, how do I send information from server.js to app.js)?
I did not see any sample that demonstrates this.
Any help would be appreciated!