Internal package providing shared WebSocket provider logic for Feathers.js, version 2.4.0. It is used by feathers-socketio and feathers-primus, handling common functionality like channel authentication and event dispatching. Released as an MIT-licensed dependency; maintained infrequently as part of the Feathers ecosystem. No active development expected; users should migrate to Feathers v5 (Dove) which integrates WebSocket support directly.
npm install feathers-socket-commonsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates using providers.connection and channels to manage real-time connections in Feathers.js.
Use Feathers v5's built-in socket support instead of this package directly.
Upgrade Node to version 4 or higher.
Install feathers-socketio or feathers-primus as your dependency.
Use require() instead of import statements.
Install one of feathers-socketio or feathers-primus, which include feathers-socket-commons as a dependency.
Use destructured require: const { providers } = require('feathers-socket-commons');No dependency data recorded yet.