Hacker News new | ask | show | jobs
The PHP Revolution Is Underway: FrankenPHP 1.0 Beta (dunglas.dev)
6 points by whenlambo 995 days ago
1 comments

FrankenPHP is a brand-new application server for PHP, written in Go and built on top of Caddy, that dramatically simplifies the deployment of PHP apps, and brings new features to PHP such as:

- a worker mode that improves typical application performance by a factor of 3

- native support for HTTP/3

- native support for the 103 Early Hints HTTP status code (assets preloading)

- automatic HTTPS certificate generation and renewal

- native support for the Mercure protocol (real-time data broadcasting)

- and much more!