ReactPHP
資料
こういうときに使える
https://gyazo.com/1db516ae5f727ba30e85377d770076e6
注意
メモリに常駐するので気をつけよう
I/O待ちに別のリクエストにstaticを上書きされるかもしれない
The biggest problem will be blocking I/O, which is any I/O that Laravel does. If you don't use Laravel's I/O functions, everything should be fine. But I guess these are a lot of things that can't really be used.