I'm running 4 separate Node.js apps on a Linux server with different ports and a proxy in front.
As I'm (right now) the only user in the server, it doesn't matter where I place the apps and how to run them. Currently my apps stay under my home directory (~/app1/
, ~/app2/
, etc.).
So my question is: where should I place the apps so that they can be shared between multiple users? Is there a standard place similar to /var/www
?