Hacker News new | ask | show | jobs
by stemc43 1615 days ago
if you are working on PHP projects - dont forget to look into swoole/openswoole. all major PHP frameworks are adopting it now.

this way you can do async and build websocket servers and such and build http applications with event loop and without apache/nginx and such. etc etc