|
1 year ago | |
---|---|---|
App.js | 1 year ago | |
DependencyInjector.js | 1 year ago | |
Injectable.js | 1 year ago | |
README.md | 1 year ago | |
Service.js | 1 year ago | |
ServiceContainer.js | 1 year ago | |
index.js | 1 year ago |
This is a very bare-bones dependency injector implementation based on the ES6 classes. It's meant to illustrate the feasibility and benefits of using a service-based dependency injector for Node.js/JavaScript applications.
I discuss this project in greater depth in my blog post here.