diff options
author | Wolfy-J <[email protected]> | 2017-12-26 19:15:59 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2017-12-26 19:15:59 +0300 |
commit | 9e96391a64b66f3e9d8ae8c775edcf6649e5dc58 (patch) | |
tree | acca2bb2254897d989d5c8028d87030cfdae0ae8 /README.md | |
parent | e229d83dea4bbe9d0cfe6569c8fbe239690aafb9 (diff) |
Update README.md
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. |