I am looking for something similar conceptually for a Windows DLL. As a specific example, suppose I have an encryption function that I would like to split into several unrelated projects. If I want to ideally change the implementation, I can do it, and each project has access to a new implementation. Is there a mechanism for this in Node.js?
source share