Skip to content

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

varModuleManager=require("ModuleManager");varmysql=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

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages