|
|
|
|
|
by ecjhdnc2025
675 days ago
|
|
> Node doesn't require an upstream CGI server at all. There's a server built-in to the Node binary Though you'll still want a process manager for this to make sure it stays up. Which it won't, over the long term. PHP also has a built-in webserver, which you shouldn't use. FrankenPHP is the better way to do this with PHP: you get a full Caddy build, with all that offers, with a built-in PHP engine. |
|
[1] https://www.php.net/manual/en/features.commandline.webserver...