freedom-for-node

0.2.20 • Public • Published

freedom-for-node

Build Status Build Status Code Climate A freedom.js Distribution for inclusion by Node.js.

Installation

npm install --save freedom-for-node

Running

Creating a freedom.js application from node is identical to the case in the browser. You can find the freedom object exported from the module.

require('freedom-for-node').freedom('path/to/module.json', {}).then(function(Root){
var root = new Root();
root.on('event', function(data) {
	// Do things.
});
root.emit('message', 'my Message');
});

/freedom-for-node/

    Package Sidebar

    Install

    npm i freedom-for-node

    Weekly Downloads

    48

    Version

    0.2.20

    License

    Apache-2.0

    Last publish

    Collaborators

    • rajasagashe
    • ryscheng
    • soycode
    • willscott