diff options
author | Valery Piashchynski <[email protected]> | 2024-01-15 13:50:02 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2024-01-15 13:50:02 +0100 |
commit | 1b39b07c8df6d2d44c6082df7df97a70ec848700 (patch) | |
tree | 716a7b75cfc9352c46e66a258dfb497e9c2f7615 /README.md | |
parent | a239d8623a00f96c66b8379a48626282c0ceaf6a (diff) |
Update README.md
Diffstat (limited to '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` and `fCGI` servers - 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` and `fCGI` servers 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. |