Great tutorial in plain English how to get a web page to run node.js code

Before, I could write a javascript web application just fine, and I could write a microservice in node.js just fine. But for some reason it was never clear how to get a web page to “talk to” a node.js page and get it to run server side stuff. After spending the morning going through this tutorial, I finally get it. Check it out!