summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAnton Titov <[email protected]>2019-09-16 17:33:57 +0300
committerGitHub <[email protected]>2019-09-16 17:33:57 +0300
commitf77f891846f3a9bf05920812d38e49039db46bce (patch)
treeb280157823a51d50a78d723582223da389e049cc /README.md
parentdcd03789d7f8e1dd31ddf63e6ee66aebf89b1605 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 1709cf0f..8cd4dfd6 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@
<a href="https://discord.gg/TFeEmCs"><img src="https://img.shields.io/badge/discord-chat-magenta.svg"></a>
</p>
-RoadRunner is an open source (MIT licensed) high-performance PHP application server, load balancer and process manager.
+RoadRunner is an open-source (MIT licensed) high-performance PHP application server, load balancer, and process manager.
It supports running as a service with the ability to extend its functionality on a per-project basis.
RoadRunner includes PSR-7/PSR-17 compatible HTTP and HTTP/2 server and can be used to replace classic Nginx+FPM setup with much greater performance and flexibility.
@@ -23,7 +23,7 @@ RoadRunner includes PSR-7/PSR-17 compatible HTTP and HTTP/2 server and can be us
Features:
--------
-- production ready
+- production-ready
- PSR-7 HTTP server (file uploads, error handling, static files, hot reload, middlewares, event listeners)
- HTTPS and HTTP/2 support (including HTTP/2 Push, H2C)
- fully customizable server
@@ -32,7 +32,7 @@ Features:
- load balancer, process manager and task pipeline
- frontend agnostic ([Queue](https://github.com/spiral/jobs), PSR-7, [GRPC](https://github.com/spiral/php-grpc), etc)
- integrated metrics (Prometheus)
-- works over TCP, unix sockets and standard pipes
+- works over TCP, UNIX sockets and standard pipes
- automatic worker replacement and safe PHP process destruction
- worker create/allocate/destroy timeouts
- max jobs per worker