Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dimdenGD committed Oct 4, 2024
1 parent 4febf86 commit 1e304a6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)
Expand Down

0 comments on commit 1e304a6

Please sign in to comment.