Dependency injection with Node.js, Express.js and TypeScript
on peteranderson.meWeb frameworks like Spring and ASP.NET Core have dependency injection solutions built in. Unfortunately, that’s not the case for most Node.js web frameworks, including Express.js.