Skip to content

Commit 043298b

Browse files
authored
docs: Mention installing socket.io-client
1 parent bcaddea commit 043298b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/client/socketio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ outline: deep
1414
</Badges>
1515

1616
```
17-
npm install @feathersjs/socketio-client --save
17+
npm install @feathersjs/socketio-client socket.io-client --save
1818
```
1919

2020
The `@feathersjs/socketio-client` module allows to connect to services exposed through the [Socket.io transport](../socketio.md) via a Socket.io socket. We recommend using Feathers and the `@feathersjs/socketio-client` module on the client if possible since it can also handle reconnection and reauthentication. If however, you want to use a direct Socket.io connection without using Feathers on the client, see the [Direct connection](#direct-connection) section.

0 commit comments

Comments
 (0)