mufa

0.0.8 • Public • Published

Build Status Coverage Status

Overview :

Mufa is an abbreviation of مُفَوَّضْ (Mufawwad) which is an arabic word and it means DELEGATOR. It is designed to separate layers of your application via sub/pub pattern ; where there are two actors : Subscriber (listener) and publisher (notifier).

See documetation .

Install

npm install mufa --save;

or, use as CDN :

 <script
   src="https://rawgit.com/abdennour/mufa/master/cdn/mufa-latest.js"
   type="text/javascript">
</script> 

Example :

  import {on, fire} from 'mufa';
  // publish
  setTimeout(() => {
     fire('sendEmoji', '👏');
  }, 1000)  ;
  // subscribe
  on('sendEmoji', (emoji) => console.log(emoji));

Documentation :

See here .

License:

MIT .

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.8
    5
    • latest

Version History

Package Sidebar

Install

npm i mufa

Weekly Downloads

13

Version

0.0.8

License

MIT

Last publish

Collaborators

  • abdennour