5 ms·
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 bu
by stemc43 5y 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