egg-messaging
v1.0.0
Published
A simple in-memory messaging system.
Downloads
2
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