Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 338 Bytes

README.md

File metadata and controls

22 lines (11 loc) · 338 Bytes

Entropy Engine

Infrastructure layer for the EntropyJS Framework

Installation

via [npm]

npm install entropy

Usage

var config = require('./config.js'),
	entropy = require('../index.js'),
    entropyServer;
    
entropyServer = entropy(config);

console.log('entropyServer created; name: ' + entropyServer.name);