feathersjs-ecosystem / socketio

[MOVED] The Feathers Socket.io websocket transport plugin

Home Page:https://github.com/feathersjs/feathers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@feathersjs/socketio

Important: The code for this module has been moved into the main Feathers repository at feathersjs/feathers (package direct link). Please open issues and pull requests there. No changes in your existing Feathers applications are necessary.

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

About

[MOVED] The Feathers Socket.io websocket transport plugin

https://github.com/feathersjs/feathers

License:MIT License


Languages

Language:JavaScript 100.0%