diff options
author | Valery Piashchynski <[email protected]> | 2024-01-15 13:49:27 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2024-01-15 13:49:27 +0100 |
commit | a239d8623a00f96c66b8379a48626282c0ceaf6a (patch) | |
tree | f27370a985b159c1490543d76f1460e65ce3fd77 /README.md | |
parent | 3d36bb8feaf7e85895963ee342329e5787111fd1 (diff) |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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`). |