fredzgred


  • A tool collecting callbacks and invoking them on demand in a sequence, passing a set of user provided arguments. It implements the linked list without using any data structure, but rather keeps provided callbacks in the correct order using the javascript

    published 1.1.1 4 years ago
  • **Modulik** allows to restart a module independently of the rest of your application. In other words it gives the Hot Module Replacement (HMR) functionality for the node.js environment.

    published 0.4.0 2 years ago