ReactPHP, Event-driven, non-blocking I-O with PHP.md 565 B


title: ReactPHP, Event-driven, non-blocking I-O with PHP date: 2019-03-25 13:11:31 categories: [programming] tags: [php, reactphp]

authors: sedlav

ReactPHP is a low-level library for event-driven programming in PHP. At its core is an event loop, on top of which it provides low-level utilities, such as: Streams abstraction, async DNS resolver, network client/server, HTTP client/server and interaction with processes. Third-party libraries can use these components to create async network clients/servers and more.

Link