|
|
|
|
|
by graemep
325 days ago
|
|
I think the advantages are pretty much what they always were. 1. Easy deployment - especially on shared hosting
2. Shared nothing between requests means easy concurrency AND parallelism
3. Mixing with HTML means you do not need a separate template language Not everyone will see the third as an advantage, and many web frameworks, including PHP ones, prefer a separate, more restrictive, template language. It can be a footgun, but it is very convenient sometimes. |
|
While I never actually wanted it, #2 was kinda cool spiritually. Same with CGI or a Cloudflare edge worker.