Go to file
2019-11-16 03:47:45 +00:00
App.js Big Bang 2019-11-15 21:30:27 -06:00
DependencyInjector.js Big Bang 2019-11-15 21:30:27 -06:00
index.js Big Bang 2019-11-15 21:30:27 -06:00
Injectable.js Big Bang 2019-11-15 21:30:27 -06:00
README.md Update post link 2019-11-16 03:47:45 +00:00
Service.js Big Bang 2019-11-15 21:30:27 -06:00
ServiceContainer.js Big Bang 2019-11-15 21:30:27 -06:00

Basic Dependency Injection

In less than 100 lines of pure, ES6 JavaScript

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.