Good examples of open source NodeJS applications?
2 answers
The biggest ones I know are Cloud9 and Calipso .
Like me, I usually break the code if it's more than a certain amount, which disappoints me a lot (about 500 lines) and I put each file in one target. For example, one class for each file. As far as creating directories, apart from the general architecture (like MVC), I usually split the files and only put those who need others in the same directory. Trying to make everything in isolation and work on its own when testing.
Edit: npm
and the website is also good examples.
+2
source to share
You saw on GitHub. There are several projects with code. Es. https://github.com/joyent/node/wiki/Projects,-Applications,-and-Companies-Using-Node
0
source to share