Good examples of open source NodeJS applications?

Are there open source web applications written in Node?

I want to see how other people build their node apps.

+3


source to share


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


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







All Articles