Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Good Open Source Examples of NodeJS Applications?

Good Open Source Examples of NodeJS Applications?

Problem

Are there any open source web applications written in Node?

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

Problem courtesy of: CamelCamelCamel

Solution

The biggest ones I know are Cloud9 and Calipso.

As of myself, I usually, break down code, if it is more than a certain amount that makes me very much frustrated(about 500 lines) and I put each file for one purpose. For example one class per file. As of making directories, beside the general architecture(MVC for example), I usually breakdown the files, and only putting the ones that need others in one directory. Trying to make everything isolated, and work by itself on testing.

Edit: npm and it's website are also good examples.

Solution courtesy of: Farid Nouri Neshat

Discussion

View additional discussion.



This post first appeared on Node.js Recipes, please read the originial post: here

Share the post

Good Open Source Examples of NodeJS Applications?

×

Subscribe to Node.js Recipes

Get updates delivered right to your inbox!

Thank you for your subscription

×