選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Garrett Mills 921f8dbe07
Update post link
5年前
App.js Big Bang 5年前
DependencyInjector.js Big Bang 5年前
Injectable.js Big Bang 5年前
README.md Update post link 5年前
Service.js Big Bang 5年前
ServiceContainer.js Big Bang 5年前
index.js Big Bang 5年前

README.md

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.