标签: node.js dependency-injection
假设有3个模块
M3取决于M2和M1。现在服务器A1已经在使用M2。 A1需要使用M3。 问题是M2在服务器运行时加载两次。 什么是节点服务器中依赖注入的最佳/有效实践。