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);

Readme

Keywords

none

Package Sidebar

Install

npm i yapsl

Weekly Downloads

0

Version

1.0.0

License

none

Last publish

Collaborators

  • podefr