Initially working with node with few file is fine like user registration + user login etc. But with the time your project grow then same repeating work do for all entity is look like pain for developer. So I just want to sharing some thought and want to get some feedback and improvement.
- Why I'll always export my module. Can I create global entity with proper naming conventional. Like PrefixUserController instead of export User. We dont need 'require' into all my files. Can I call it auto-loading ?? - Thread pool execute only 4 process parallel then why not I will increase thread-pool limitations. - Why Node's developer use cluster for utilizing CPUs. NodeJS is a single threading language but its not mean everything is working on Single thread. Main Thread of NodeJS is work on single thread but calculation done by other threading/workers. (Work in c++/v8) May be I am wrong but most of the time I realize nodeJS require some good frameworks like other language have. ( Its my personal opinion.. :P ) Please share your thoughts + Pros and Cons + Any dev tips . NodeJS is seriously awesome. (Crazy idea JavaScript + v8) -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/fcbc3546-a661-4559-a544-c59abdcfb8fd%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
