docs: update differences.md to reflect WebSocket implementation
This commit is contained in:
@@ -67,7 +67,7 @@
|
|||||||
| SYSTEM (internal) | Y | N | |
|
| SYSTEM (internal) | Y | N | |
|
||||||
| JETSTREAM (internal) | Y | N | |
|
| JETSTREAM (internal) | Y | N | |
|
||||||
| ACCOUNT (internal) | Y | N | |
|
| ACCOUNT (internal) | Y | N | |
|
||||||
| WebSocket clients | Y | N | |
|
| WebSocket clients | Y | Y | Custom frame parser, permessage-deflate compression, origin checking, cookie auth |
|
||||||
| MQTT clients | Y | N | |
|
| MQTT clients | Y | N | |
|
||||||
|
|
||||||
### Client Features
|
### Client Features
|
||||||
@@ -267,7 +267,8 @@ Go implements a sophisticated slow consumer detection system:
|
|||||||
- ~~Advanced limits (MaxSubs, MaxSubTokens, MaxPending, WriteDeadline)~~ — `MaxSubs`, `MaxSubTokens` implemented; MaxPending/WriteDeadline already existed
|
- ~~Advanced limits (MaxSubs, MaxSubTokens, MaxPending, WriteDeadline)~~ — `MaxSubs`, `MaxSubTokens` implemented; MaxPending/WriteDeadline already existed
|
||||||
- ~~Tags/metadata~~ — `Tags` dictionary implemented in `NatsOptions`
|
- ~~Tags/metadata~~ — `Tags` dictionary implemented in `NatsOptions`
|
||||||
- OCSP configuration
|
- OCSP configuration
|
||||||
- WebSocket/MQTT options
|
- ~~WebSocket options~~ — `WebSocketOptions` with port, compression, origin checking, cookie auth, custom headers
|
||||||
|
- MQTT options
|
||||||
- Operator mode / account resolver
|
- Operator mode / account resolver
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|||||||
Reference in New Issue
Block a user