Browse Source

add php extension swoole (#747)

Swoole is an event-driven asynchronous & concurrent networking communication framework with high performance written only in C for PHP.
pull/1003/head
mc² 6 years ago
parent
commit
46462174f1
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      README.md

+ 1
- 1
README.md View File

471
 
471
 
472
 ### Event
472
 ### Event
473
 *Libraries that are event-driven or implement non-blocking event loops.*
473
 *Libraries that are event-driven or implement non-blocking event loops.*
474
-
475
 * [Amp](https://github.com/amphp/amp) - An event driven non-blocking I/O library.
474
 * [Amp](https://github.com/amphp/amp) - An event driven non-blocking I/O library.
476
 * [Broadway](https://github.com/broadway/broadway) - An event source and CQRS library.
475
 * [Broadway](https://github.com/broadway/broadway) - An event source and CQRS library.
477
 * [Cake Event](https://github.com/cakephp/event) - An event dispatcher library (CP).
476
 * [Cake Event](https://github.com/cakephp/event) - An event dispatcher library (CP).
485
 * [React](https://github.com/reactphp/react) - An event driven non-blocking I/O library.
484
 * [React](https://github.com/reactphp/react) - An event driven non-blocking I/O library.
486
 * [RxPHP](https://github.com/ReactiveX/RxPHP) - A reactive extension library.
485
 * [RxPHP](https://github.com/ReactiveX/RxPHP) - A reactive extension library.
487
 * [Workerman](https://github.com/walkor/Workerman) - An event driven non-blocking I/O library.
486
 * [Workerman](https://github.com/walkor/Workerman) - An event driven non-blocking I/O library.
487
+* [Swoole](https://github.com/swoole/swoole-src) - An event-driven asynchronous & concurrent networking communication framework with high performance written only in C for PHP.
488
 
488
 
489
 ### Logging
489
 ### Logging
490
 *Libraries for generating and working with log files.*
490
 *Libraries for generating and working with log files.*

Loading…
Cancel
Save