diff options
author | Valery Piashchynski <[email protected]> | 2024-01-13 22:13:17 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2024-01-13 22:13:17 +0100 |
commit | 3d36bb8feaf7e85895963ee342329e5787111fd1 (patch) | |
tree | 6730653ab97607ac39c0748057b8567e089f2a59 | |
parent | 94a10b938600676adcdd11cb9c58c9d45e63b573 (diff) |
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ with much greater performance and flexibility. `HTTP(S)/2/3` servers as just one - OpenTelemetry protocol support (`gRPC`, `http`, `jaeger`). - 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, 103 Early Hints support and middleware like: Static, Headers, gzip, prometheus (metrics), send (x-sendfile), OTEL, proxy_ip_parser, etc. +- `HTTP(S)/2/3` server features **automatic TLS management**, **103 Early Hints** support 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. - Metrics server (you might easily expose your own). - WebSockets and Broadcast via [Centrifugo](https://centrifugal.dev) server. |