This repository was archived by the owner on Feb 16, 2023. It is now read-only.

Description
We want to be able to deploy a Node in a serverfull environment to Azure. This should include the Flask API in both HTTP and Websocket form. When I say "serverfull", this means that we should be deploying physical servers, rather than lambda functions (known as "serverless").
A note about code organization: we're going to be writing this type of code often and for many providers. Do you best to create a series of functions that can be run to manage our deployment.