es6-di/README.md

6 lines
473 B
Markdown
Raw Permalink Normal View History

2019-11-16 03:30:27 +00: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.
2019-11-16 03:47:45 +00:00
I discuss this project in greater depth in my blog post [here](https://garrettmills.dev/blog/2019/11/16/Dependency-Injection-in-Less-Than-100-Lines-of-Pure-JavaScript/).