yapsl

1.0.0 • Public • Published

Yet another fancy publish subscribe module, written in C++

npm install yapsl
var yapsl = require("yapsl");
 
var observable = new yapsl.Observable;
 
observable.subscribe("topic", function (args) {
    console.log("arguments received", args);
}, this);
 
// It doesn't support more than one arg :(
observable.publish("topic", array);

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i yapsl

      Weekly Downloads

      2

      Version

      1.0.0

      License

      none

      Last publish

      Collaborators

      • podefr