https://reactphp.org/ https://github.com/reactphp
➕ pros
- production-ready
- API
➖ cons
- Persistent connections (Connection: keep-alive) are c urrently not supported. As such, HTTP/1.1 response messages will automatically include a Connection: close header, irrespective of what header values are passed explicitly.
- no http/2 support
https://github.com/amphp/amp
➕ pros
- coroutines
- active development
- libraries
- support http/2
➖ cons
@todo
https://www.swoole.co.uk/ https://github.com/swoole/swoole-src
➕ pros
- coroutines and channels
- active development
- huge performance benchmarks
- Frameworks & Components
➖ cons
- made in China
- works as C extension