Trying to get the best performance from my application with as little setup as possible.
I'm struggling to find a consensus online of whether it would be better to use the Node cluster
module in a Docker container, or to use a cluster of Docker instances instead.