Month: November 2016

Running node.js along side a website using Apache

Node.js doesn’t need apache to run but if you’re running a node.js script on the same server along side the rest of your website we can set this up with some basic apache config. Node.js will probably be running on it’s own port so make note of what that is. Take a look at your […]