jbus-common-identifier v0.0.5
jbus-common-identifier
jbus-common-identifier
is a small collection of unique identifier and data hashing functions leveraged by the Encapsule/jbus-* modules.
Audience
JavaScript developers writing distributed services and applications will find the functions exported by jbus-common-identifier
to be useful.
Licensing
jbus-common and all of its jbus-* dependencies are licensed under the terms of the GNU Affero General Public Licence (AGPL). Please consult the included LICENSE file for details.
Evaluation
A pre-compiled and tested build of jbus-common-identifier is avaiable via npm.
To add this package to an existing Node.js project, type:
npm install jbus-common-identifier --save
Documentation
To leverage jbus-common-identifier
in your Node.js project:
var jbus={}; jbus.common={}; jbus.common.util = require('jbus-common-identifier');
==========================================================================
Copyright (C) 2015 Encapsule.io, Bellevue WA USA