UNPKG

901 BMarkdownView Raw
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[![Dependency Status](https://img.shields.io/david/feathersjs/feathers.svg?style=flat-square&path=packages/socketio)](https://david-dm.org/feathersjs/feathers?path=packages/socketio)
5[![Download Status](https://img.shields.io/npm/dm/@feathersjs/socketio.svg?style=flat-square)](https://www.npmjs.com/package/@feathersjs/socketio)
6
7> The Feathers Socket.io real-time API provider
8
9## Installation
10
11```
12npm install @feathersjs/socketio --save
13```
14
15## Documentation
16
17Refer to the [Feathers SocketIO API documentation](https://docs.feathersjs.com/api/socketio.html) for more details.
18
19## License
20
21Copyright (c) 2019 [Feathers contributors](https://github.com/feathersjs/client/graphs/contributors)
22
23Licensed under the [MIT license](LICENSE).