Hacker News new | past | comments | ask | show | jobs | submit login

swoole is a pretty interesting alternative as it allows asynchronous programming in PHP.

roadrunner is a PHP server developed using golang, utilizing goroutines for high performance.

both used by Laravel Octane, providing very easy integration with the framework.

Other than that, php-fpm & FastCGI allows integration with many interestin webserver including Nginx, Caddy, Lighttpd, etc.




I would be a little bit careful while using swoole. They added some code that loaded code from a third party server [1] (a core developer who seems to be located in china). Even though it seems like they removed it doesn't bring a good feeling. It seems like there were also some disagreements with a contributor who maintained the website of swoole and he forked it [2]: https://github.com/openswoole/swoole-src

[1] https://github.com/swoole/swoole-src/issues/4434 [2] https://news-web.php.net/php.pecl.dev/17446


Roadrunner looks cool, thanks for the recommendation!




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: