From 1e304a6666428c17e29ace367966bd9844ecfeb5 Mon Sep 17 00:00:00 2001 From: dimden <26517362+dimdenGD@users.noreply.github.com> Date: Sat, 5 Oct 2024 02:53:25 +0300 Subject: [PATCH] update readme --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ba1475a..fd7e044 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,9 @@ Below is the list of supported features and their compatibility: #### Server options -- ✅ autoPong (uWS: sendPingsAutomatically, default `true`) +`ws` options: + +- ✅ autoPong (maps to uWS `sendPingsAutomatically`, default `true`) - ❌ allowSynchronousEvents - ❌ backlog - ✅ clientTracking @@ -158,6 +160,9 @@ Below is the list of supported features and their compatibility: - ✅ verifyClient - ✅ WebSocket - ✅ callback + +`uWS` options (additional options that `ws` doesn't have): + - ✅ maxBackpressure (default `maxPayload`) - ✅ idleTimeout (default 120) - ✅ maxLifetime (default 0)