As usual, Daniel Shiffman's introductory videos are awesome. He has one for Node:
https://youtu.be/bjULmG8fqc8
Here's a nice, 7-min video on using Azure cloud services to run a Node app with Express:
https://youtu.be/uuY5j4N78vw
Here's official docs on getting Node app on Azure:
We are going to use the Express—a minimal web framework on top of Node
Auto-deploy to server
Ideally, we'd be able to auto-deploy to Azure, Heroku, or Glitch (etc) using a single github repo (this one) and then setup the auto-deploy infrastructure to just look at a sub-folder within our github repo. Is this possible? Still investigating.
As usual, Daniel Shiffman's introductory videos are awesome. He has one for Node:
https://youtu.be/bjULmG8fqc8
Here's a nice, 7-min video on using Azure cloud services to run a Node app with Express:
https://youtu.be/uuY5j4N78vw
Here's official docs on getting Node app on Azure:
We are going to use the Express—a minimal web framework on top of Node
Auto-deploy to server
Ideally, we'd be able to auto-deploy to Azure, Heroku, or Glitch (etc) using a single github repo (this one) and then setup the auto-deploy infrastructure to just look at a sub-folder within our github repo. Is this possible? Still investigating.