Socket
Socket
Sign inDemoInstall

@feathersjs/socketio

Package Overview
Dependencies
4
Maintainers
4
Versions
123
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

@feathersjs/socketio


Version published
Maintainers
4
Install size
4.86 MB
Created

Readme

Source

@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.

Keywords

FAQs

Last updated on 02 Jan 2019

Did you know?

Socket

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc