I personally feel that Node.js has two completely different application areas:
- High performant services when performance and simple stack is the key (like C, Erlang and so on). - End user applications - when code simplicity and development productivity is the key (Web Dev, RoR). They require different styles - callbacks for services, and fibers for applications. So, I don't see a point of argue there, both areas are important and both require attention. -- Job Board: http://jobs.nodejs.org/ Posting guidelines: 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 post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
