@@ -7,30 +7,22 @@ The `@socket.io/postgres-adapter` package allows broadcasting packets between mu
77 <img alt =" Diagram of Socket.IO packets forwarded through PostgreSQL " src =" ./assets/adapter.png " >
88</picture >
99
10- Supported features:
11-
12- - [ broadcasting] ( https://socket.io/docs/v4/broadcasting-events/ )
13- - [ utility methods] ( https://socket.io/docs/v4/server-instance/#Utility-methods )
14- - [ ` socketsJoin ` ] ( https://socket.io/docs/v4/server-instance/#socketsJoin )
15- - [ ` socketsLeave ` ] ( https://socket.io/docs/v4/server-instance/#socketsLeave )
16- - [ ` disconnectSockets ` ] ( https://socket.io/docs/v4/server-instance/#disconnectSockets )
17- - [ ` fetchSockets ` ] ( https://socket.io/docs/v4/server-instance/#fetchSockets )
18- - [ ` serverSideEmit ` ] ( https://socket.io/docs/v4/server-instance/#serverSideEmit )
19-
20- Related packages:
21-
22- - Postgres emitter: https://github.com/socketio/socket.io-postgres-emitter/
23- - Redis adapter: https://github.com/socketio/socket.io-redis-adapter/
24- - Redis emitter: https://github.com/socketio/socket.io-redis-emitter/
25- - MongoDB adapter: https://github.com/socketio/socket.io-mongo-adapter/
26- - MongoDB emitter: https://github.com/socketio/socket.io-mongo-emitter/
27-
2810** Table of contents**
2911
12+ - [ Supported features] ( #supported-features )
3013- [ Installation] ( #installation )
3114- [ Usage] ( #usage )
3215- [ License] ( #license )
3316
17+ ## Supported features
18+
19+ | Feature | ` socket.io ` version | Support |
20+ | ---------------------------------| ---------------------| ------------------------------------------------|
21+ | Socket management | ` 4.0.0 ` | :white_check_mark : YES (since version ` 0.1.0 ` ) |
22+ | Inter-server communication | ` 4.1.0 ` | :white_check_mark : YES (since version ` 0.1.0 ` ) |
23+ | Broadcast with acknowledgements | ` 4.5.0 ` | :white_check_mark : YES (since version ` 0.3.0 ` ) |
24+ | Connection state recovery | ` 4.6.0 ` | :x : NO |
25+
3426## Installation
3527
3628```
0 commit comments