Sunday 30 April 2017

Node.JS solution structure

I'm building a new node.js application and I'd like to know what the recommended solution structure is. I'm not refering to the project structure but to the solution. (I'm using VS2017).

Suppose that I have several modules in my application. Should I create one project and use an internal folder tree to organize the modules? or should I put each module in a separate project?

what are the pros and cons for each approach?



via Idov

No comments:

Post a Comment