summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2024-01-15 13:49:27 +0100
committerGitHub <[email protected]>2024-01-15 13:49:27 +0100
commita239d8623a00f96c66b8379a48626282c0ceaf6a (patch)
treef27370a985b159c1490543d76f1460e65ce3fd77 /README.md
parent3d36bb8feaf7e85895963ee342329e5787111fd1 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 000c6f84..d99617e9 100644
--- a/README.md
+++ b/README.md
@@ -21,8 +21,8 @@
RoadRunner is an open-source (MIT licensed) high-performance PHP application server, process manager written in Go and powered with plugins ❤️.
It supports running as a service with the ability to extend its functionality on a per-project basis with plugins.
-RoadRunner includes PSR-7/PSR-17 compatible HTTP and `HTTP(S)/2/3` servers and can be used to replace classic Nginx+FPM setup
-with much greater performance and flexibility. `HTTP(S)/2/3` servers as just one of its many available plugins, but its capabilities extend far beyond:
+RoadRunner includes PSR-7/PSR-17 compatible HTTP, `HTTP(S)/2/3` and `fCGI` servers and can be used to replace classic Nginx+FPM setup
+with much greater performance and flexibility. `HTTP(S)/2/3` and `fCGI` servers as just one of its many available plugins, but its capabilities extend far beyond:
- Queue drivers: RabbitMQ, Kafka, SQS, Beanstalk, NATS, In-Memory.
- KV drivers: Redis, Memcached, BoltDB, In-Memory.
- OpenTelemetry protocol support (`gRPC`, `http`, `jaeger`).