Skip to content

Commit 9e9fc60

Browse files
docs: reformat the list of supported features
1 parent 6170118 commit 9e9fc60

File tree

1 file changed

+10
-20
lines changed

1 file changed

+10
-20
lines changed

README.md

Lines changed: 10 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,9 @@
22

33
The `@socket.io/redis-streams-adapter` package allows broadcasting packets between multiple Socket.IO servers.
44

5-
Supported features:
6-
7-
- [broadcasting](https://socket.io/docs/v4/broadcasting-events/)
8-
- [utility methods](https://socket.io/docs/v4/server-instance/#Utility-methods)
9-
- [`socketsJoin`](https://socket.io/docs/v4/server-instance/#socketsJoin)
10-
- [`socketsLeave`](https://socket.io/docs/v4/server-instance/#socketsLeave)
11-
- [`disconnectSockets`](https://socket.io/docs/v4/server-instance/#disconnectSockets)
12-
- [`fetchSockets`](https://socket.io/docs/v4/server-instance/#fetchSockets)
13-
- [`serverSideEmit`](https://socket.io/docs/v4/server-instance/#serverSideEmit)
14-
- [connection state recovery](https://socket.io/docs/v4/connection-state-recovery)
15-
16-
Related packages:
17-
18-
- Redis adapter: https://github.com/socketio/socket.io-redis-adapter/
19-
- Redis emitter: https://github.com/socketio/socket.io-redis-emitter/
20-
- MongoDB adapter: https://github.com/socketio/socket.io-mongo-adapter/
21-
- MongoDB emitter: https://github.com/socketio/socket.io-mongo-emitter/
22-
- Postgres adapter: https://github.com/socketio/socket.io-postgres-adapter/
23-
- Postgres emitter: https://github.com/socketio/socket.io-postgres-emitter/
24-
255
**Table of contents**
266

7+
- [Supported features](#supported-features)
278
- [Installation](#installation)
289
- [Usage](#usage)
2910
- [With the `redis` package](#with-the-redis-package)
@@ -34,6 +15,15 @@ Related packages:
3415
- [How it works](#how-it-works)
3516
- [License](#license)
3617

18+
## Supported features
19+
20+
| Feature | `socket.io` version | Support |
21+
|---------------------------------|---------------------|------------------------------------------------|
22+
| Socket management | `4.0.0` | :white_check_mark: YES (since version `0.1.0`) |
23+
| Inter-server communication | `4.1.0` | :white_check_mark: YES (since version `0.1.0`) |
24+
| Broadcast with acknowledgements | `4.5.0` | :white_check_mark: YES (since version `0.1.0`) |
25+
| Connection state recovery | `4.6.0` | :white_check_mark: YES (since version `0.1.0`) |
26+
3727
## Installation
3828

3929
```

0 commit comments

Comments
 (0)