Building the next generation react/http PSR-15 adapter
syndicated from planet-php.net
on September 10, 2020
Two and a half years ago I wrote how to
use RecoilPHP
to create a PSR-15 middleware adapter for react/http
using coroutines, monkey patching, and autoloader hijacking. Today there is a followup on that without any coroutines,
monkey patching, and autoloader hijacking. But using ext-parallel
instead,
react-parallel/psr-15-adapter
was created.