The Feathers Socket.io real-time API provider
npm install @ihadeed/socketio


> The Feathers Socket.io real-time API provider
```
npm install @feathersjs/socketio --save
`js
const feathers = require('@feathersjs/feathers');
const socketio = require('@feathersjs/socketio');
const app = feathers();
app.configure(socketio());
app.listen(3030);
``
Please refer to the @feathersjs/socketio documentation for more details.
Copyright (c) 2018
Licensed under the MIT license.