Infrastructure layer for the EntropyJS Framework
via [npm]
npm install entropy
var config = require('./config.js'),
entropy = require('../index.js'),
entropyServer;
entropyServer = entropy(config);
console.log('entropyServer created; name: ' + entropyServer.name);