summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2024-01-10 13:22:08 +0100
committerGitHub <[email protected]>2024-01-10 13:22:08 +0100
commitd83cd4a7ea11d988f8f0a445a45e276a8e968080 (patch)
tree9ca010f6b62cfaa2eca798ba78117ad42f94e6d1 /README.md
parent182e12652ec930167af4315105b98dad4ba17a32 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a0cd642c..ed47547c 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@ RoadRunner includes PSR-7/PSR-17 compatible HTTP and HTTP(S)/2/3 servers and can
with much greater performance and flexibility. RoadRunner features HTTP(S)/2/3 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.
-- Workflow state of the art engine: [Temporal](https://temporal.io)
+- Workflows manager via [Temporal](https://temporal.io)
- gRPC server. For increased speed, the `protobuf` extension can be used.
- HTTP(S)/2/3 server features automatic TLS management and middleware like: Static, Headers, gzip, prometheus (metrics), send (x-sendfile), OTEL, proxy_ip_parser, etc.
- Embedded distribute lock plugin which manages access to shared resources.