1.0.0 • Published 9 years ago

egg-messaging v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

#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