UNPKG

@feathersjs/socketio-client

Version:

The client for Socket.io through feathers-socketio

24 lines (14 loc) 848 B
# @feathersjs/socketio-client [![CI](https://github.com/feathersjs/feathers/workflows/CI/badge.svg)](https://github.com/feathersjs/feathers/actions?query=workflow%3ACI) [![Download Status](https://img.shields.io/npm/dm/@feathersjs/socketio-client.svg?style=flat-square)](https://www.npmjs.com/package/@feathersjs/socketio-client) [![Discord](https://badgen.net/badge/icon/discord?icon=discord&label)](https://discord.gg/qa8kez8QBx) > Client for Socket.io Feathers connections ## Installation ``` npm install @feathersjs/socketio-client --save ``` ## Documentation Refer to the [Feathers SocketIO API documentation](https://feathersjs.com/api/client/socketio.html) for more details. ## License Copyright (c) 2024 [Feathers contributors](https://github.com/feathersjs/feathers/graphs/contributors) Licensed under the [MIT license](LICENSE).