node-minibase / minibase

:rocket: Minimal framework for creating highly modular and composable Node.js applications powered by plugins
https://github.com/node-minibase
MIT License
9 stars 0 forks source link

improve .define #4

Closed tunnckoCore closed 7 years ago

tunnckoCore commented 7 years ago
  1. make it register each metod with plugin namespace.
  2. emit event with method name when method is called
  3. wrap any method with always-done and emit error if method throws
tunnckoCore commented 7 years ago

https://github.com/node-minibase/minibase-better-define plugin