Socket
Socket
Sign inDemoInstall

@feathersjs/socketio

Package Overview
Dependencies
41
Maintainers
4
Versions
119
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @feathersjs/socketio

The Feathers Socket.io real-time API provider


Version published
Weekly downloads
19K
increased by4.29%
Maintainers
4
Created
Weekly downloads
 

Readme

Source

@feathersjs/socketio

Greenkeeper badge

Build Status Test Coverage 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.

Keywords

FAQs

Last updated on 30 Jan 2018

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc