egg-websocket

0.0.1 • Public • Published

egg-websocket

NPM version build status Test coverage David deps Known Vulnerabilities npm download

Still Work in Process.

Install

$ npm i egg-websocket --save

Usage

// {app_root}/config/plugin.js
exports.websocket = {
  enable: true,
  package: 'egg-websocket',
};

Configuration

// {app_root}/config/config.default.js
exports.websocket = {
};

see config/config.default.js for more detail.

Example

Questions & Suggestions

Please open an issue here.

License

MIT

Package Sidebar

Install

npm i egg-websocket

Weekly Downloads

1

Version

0.0.1

License

MIT

Last publish

Collaborators

  • atian25
  • dead_horse
  • fengmk2
  • popomore