Skip to content

Commit

Permalink
docs: Mention installing socket.io-client
Browse files Browse the repository at this point in the history
  • Loading branch information
daffl authored Jul 18, 2023
1 parent bcaddea commit 043298b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/client/socketio.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ outline: deep
</Badges>

```
npm install @feathersjs/socketio-client --save
npm install @feathersjs/socketio-client socket.io-client --save
```

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.
Expand Down

0 comments on commit 043298b

Please sign in to comment.