UNPKG

kontainer-di

Version:

A simple lightweight Dependency Injection container

8 lines (5 loc) 184 B
var kontainer = require('./containerConfig'); var webApp; kontainer.startModule('web', { async: true }).then(function(webApp){ console.log('Web app started on ', webApp.port); });