I am trying to deploy a little collaborative drawing app using Node.js, Express.js and Socket.IO.
Locally it runs perfectly on MacOS running Node.js, over both LAN and WAN, but I can't get it running on our Plesk server. I’ve followed Alexei Yuzhakov’s guide to install and configure Node.js in...