Earlier quoted context omitted.
>With PHP you have more moving parts, Apache/Nginx with their configuration and then the PHP script. With golang/rust/python/nodejs you have direct access to the webserver and more control, but the same simplicity. From my limited node experience I had to setup Nginx too and then connect it with node, and setup some manager like "pm" to keep the things running. When people say PHP is simple to setup they mean the cus…
The OP I responded to was about having a quick script up and running. Of course for a fully fledged app you might have a reverse proxy or similar. Also PM is just a simple hypervisor, it doesn't have any logic, while Apache and Nginx do.
if you want a quick script up and running