Take a look here: http://nodeframework.com/
This is a list of Nodejs frameworks for various purposes. Will you display web pages? You will probably choose one of the MVC models. Just create an API? You just need one of the REST API frameworks.
Choice for logging, unit tests, documentation style, etc. does not apply to Node (although it is relatively new). There are several Unit Test frameworks, registration frameworks, documentation styles / frames, etc. This is true for Node, as well as for Java, C ++, and other popular languages. The developers of these frameworks are trying to make the use of their software “easy” - if you are not tied to several dependencies, you can swap other parts, easily integrate them, etc.
If you are looking for an all-in-one solution, I doubt you will find it. Since each one has different tastes, there are several options for each part of the solution, and you can choose the parts that work for you (and your requirements / client). What works this time may not be the best choice next time.
I would suggest looking for an example online that is close to what you are trying to do, and then follow their example or build from my demo using the same modules.
Edit:. Following the first link, there is an outdated list of frameworks from Joyent here .
Edit2: This particular part of the Joyent list may be useful to you. Perhaps this style of the Boilerplate module will help you in your search.
source share