diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -4,8 +4,8 @@ Embeddable PHP application server library for Golang. Features: -------- -- load balancer, process manager and task pipeline in one library -- worker pool hot-wrap +- load balancer, process manager and task pipeline +- hot-wrap of worker pool - build for multiple frontends (queue, rest, psr-7, async php, etc) - works over TPC, unix sockets and standard pipes - controlled worker termination @@ -17,4 +17,4 @@ Features: License: -------- -The MIT License (MIT). Please see [`LICENSE`](./LICENSE) for more information.
\ No newline at end of file +The MIT License (MIT). Please see [`LICENSE`](./LICENSE) for more information. |