Skip to content

Zhami/entropy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Framework for Web 3.0 app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published