@ihadeed/socketio
TypeScript icon, indicating that this package has built-in type declarations

600.0.0 • Public • Published

@feathersjs/socketio

Build Status Dependency Status Download Status

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.

Package Sidebar

Install

npm i @ihadeed/socketio

Weekly Downloads

16

Version

600.0.0

License

MIT

Unpacked Size

29.9 kB

Total Files

7

Last publish

Collaborators

  • ihadeed