1 | # @feathersjs/socketio
|
2 |
|
3 | [![CI](https://github.com/feathersjs/feathers/workflows/CI/badge.svg)](https://github.com/feathersjs/feathers/actions?query=workflow%3ACI)
|
4 | [![Download Status](https://img.shields.io/npm/dm/@feathersjs/socketio.svg?style=flat-square)](https://www.npmjs.com/package/@feathersjs/socketio)
|
5 | [![Discord](https://badgen.net/badge/icon/discord?icon=discord&label)](https://discord.gg/qa8kez8QBx)
|
6 |
|
7 | > The Feathers Socket.io real-time API provider
|
8 |
|
9 | ## Installation
|
10 |
|
11 | ```
|
12 | npm install @feathersjs/socketio --save
|
13 | ```
|
14 |
|
15 | ## Documentation
|
16 |
|
17 | Refer to the [Feathers SocketIO API documentation](https://feathersjs.com/api/socketio.html) for more details.
|
18 |
|
19 | ## License
|
20 |
|
21 | Copyright (c) 2023 [Feathers contributors](https://github.com/feathersjs/feathers/graphs/contributors)
|
22 |
|
23 | Licensed under the [MIT license](LICENSE).
|