Building the next generation react/http PSR-15 adapter
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.
Comments are closed.