Hacker News new | ask | show | jobs
by young_unixer 2037 days ago
> PHP has no deployment system included.

SFTP? I mean, it's not included in PHP, but any linux system has it.

1 comments

SFTP, rsync all work, to some degree NFS also is an option.

However that's just the technology. You need to build a solution around it, which monitors load and deploys the code as needed and scales down again and eventually in PHP you'd also expect that PHP Session management is integrated ... all doable and people did. The selling point of lambda is "it works" and "not your concern" (with the corresponding downsides)