egg-muc-custom-context

egg muc egg-plugin

Usage no npm install needed!

<script type="module">
  import eggMucCustomContext from 'https://cdn.skypack.dev/egg-muc-custom-context';
</script>

README

egg-muc-custom-context

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

Install

$ npm i egg-muc-custom-context --save

Usage

// {app_root}/config/plugin.js
exports.mucCustomContext = {
  enable: true,
  package: 'egg-muc-custom-context',
};

Configuration

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

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

Example

Questions & Suggestions

Please open an issue here.

License

MIT