egg-messaging

A simple in-memory messaging system.

Usage no npm install needed!

<script type="module">
  import eggMessaging from 'https://cdn.skypack.dev/egg-messaging';
</script>

README

Egg-Messaging

A simple in-memory messaging system.

FEATURES

  • id based messaging
  • 100% in memory
  • no external modules

INSTALLING

Using Git:

git clone https://github.com/active9/egg-messaging
cd egg-messaging*
npm install

Using NPM:

npm install egg-messaging

MODULE

Talk may also run included as a module in your projects.

var eggmsg = require("egg-messaging");
...

EXAMPLES

More examples in the examples folder on the github repo.

~Enjoy!

CONTRIB

Egg-Messaging is open-source via the MIT license we encourage Forking.

LICENSE

MIT