@feathersjs/socketio
- Version 5.0.31
- Published
- 65.6 kB
- 4 dependencies
- MIT license
Install
npm i @feathersjs/socketio
yarn add @feathersjs/socketio
pnpm add @feathersjs/socketio
Overview
The Feathers Socket.io real-time API provider
Index
Functions
Functions
function configureSocketio
configureSocketio: { (callback?: (io: Server) => void): (app: Application) => void; (options: any, callback?: (io: Server) => void): (app: Application) => void; (port: number, options?: ServerOptions, callback?: (io: Server) => void): ( app: Application ) => void;};
Package Files (1)
Dependencies (4)
Dev Dependencies (10)
Peer Dependencies (0)
No peer dependencies.
Badge
To add a badge like this oneto your package's README, use the codes available below.
You may also use Shields.io to create a custom badge linking to https://www.jsdocs.io/package/@feathersjs/socketio
.
- Markdown[![jsDocs.io](https://img.shields.io/badge/jsDocs.io-reference-blue)](https://www.jsdocs.io/package/@feathersjs/socketio)
- HTML<a href="https://www.jsdocs.io/package/@feathersjs/socketio"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>
- Updated .
Package analyzed in 3852 ms. - Missing or incorrect documentation? Open an issue for this package.