mirror of
https://github.com/feathersjs/feathers.git
synced 2026-01-25 15:23:13 +00:00
@feathersjs/socketio
The Feathers Socket.io real-time API provider
Installation
npm install @feathersjs/socketio --save
Quick example
const feathers = require('@feathersjs/feathers');
const socketio = require('@feathersjs/socketio');
const app = feathers();
app.configure(socketio());
app.listen(3030);
Documentation
Please refer to the @feathersjs/socketio documentation for more details.
License
Copyright (c) 2018
Licensed under the MIT license.
