This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| devdays:t3dd24 [2024/07/30 22:25] – admin | devdays:t3dd24 [2024/08/03 09:49] (current) – admin | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| ====== A Modern PHP App Server ====== | ====== A Modern PHP App Server ====== | ||
| - | {{ : | + | {{ : |
| + | |||
| + | ====== The Author ====== | ||
| + | |||
| + | {{: | ||
| ====== The current state ====== | ====== The current state ====== | ||
| Line 30: | Line 34: | ||
| </ul> | </ul> | ||
| </ | </ | ||
| + | |||
| + | {{ : | ||
| ====== Features at a glance ====== | ====== Features at a glance ====== | ||
| Line 73: | Line 79: | ||
| </ul> | </ul> | ||
| </ | </ | ||
| - | |||
| **Configure worker mode:** | **Configure worker mode:** | ||
| Line 88: | Line 93: | ||
| } | } | ||
| </ | </ | ||
| + | |||
| + | {{ : | ||
| ====== Early Hints 103 ====== | ====== Early Hints 103 ====== | ||
| Line 102: | Line 109: | ||
| </ | </ | ||
| - | ====== Real-Time | + | ====== Real-Time |
| + | |||
| + | {{ : | ||
| + | |||
| + | |||
| + | ====== MercureHub config | ||
| < | < | ||
| Line 210: | Line 222: | ||
| ... | ... | ||
| </ | </ | ||
| + | |||
| + | ====== Prometheus Server ====== | ||
| + | |||
| + | Scrape the metrics provided by FrankenPHP: | ||
| + | |||
| + | |||
| + | prometheus.yml: | ||
| + | <code yml> | ||
| + | scrape_configs: | ||
| + | - job_name: ' | ||
| + | metrics_path: | ||
| + | static_configs: | ||
| + | - targets: [ " | ||
| + | </ | ||
| + | |||
| ====== Graceful Reload ====== | ====== Graceful Reload ====== | ||
| Line 277: | Line 304: | ||
| <ul> | <ul> | ||
| < | < | ||
| - | < | ||
| < | < | ||
| + | < | ||
| </ul> | </ul> | ||
| </ | </ | ||
| - | ====== | + | **Feature idea:** |
| + | |||
| + | Using GoRoutines to run e.g. the TYPO3 MessageBus (symfony/ | ||
| + | |||
| + | |||
| + | ====== | ||
| + | |||
| + | Join the Chat | ||
| + | |||
| + | {{ : | ||
| + | |||
| + | Demo: https:// | ||
| + | |||
| + | Code: https:// | ||
| - | https://franky.knallimall.org/ | + | Docs: https://frankenphp.dev/docs/ |