🧟 The modern PHP app server
<?php
do {
$ok = frankenphp_handle_request(function (): void {
echo 'Hello, world';
});
die();
} while ($ok);