recoilphp / react

Integrate Recoil with ReactPHP.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Recoil + ReactPHP

Build Status Code Coverage Code Quality Latest Version

Integrate Recoil with ReactPHP.

composer require recoil/react

This repository provides a Recoil kernel implemented on top of the ReactPHP event loop, allowing cooperative execution of Recoil and ReactPHP applications.

ReactPHP promises can be yielded from a coroutine as though they were a native Recoil coroutine.

About

Integrate Recoil with ReactPHP.

License:MIT License


Languages

Language:PHP 97.9%Language:Makefile 2.1%