Skip to content

phenyll/node-module-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-module-manager

Mounts NPM-Modules at runtime into the running project

Usage

var ModuleManager = require("ModuleManager");
var mysql = ModuleManager.get('mysql');
//use it!
mysql.createConnection(/*[..]*/);

Restrictions

For security-reasons and my use-case i currently restricted the use to the mysql package.

About

Mounts and / or loads NPM Modules at runtime into node-apps

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published