javascript - What are some architectural reasons to use node.js aside from scalability? -
the common theme read why use node.js high scalability due it's evented, non-blocking i/o model. i'm trying understand other non-scalability uses cases (and aside being used general server-side javascript engine).
- does node.js have other use cases if scalability isn't concern of mine?
- if yes #1, they?
- is node.js usage appropriate particular type of application architectures? e.g. similar how key/value (nosql - ugh hate term) databases useful other scalability reasons.
i think blog posts sums quite well: http://debuggable.com/posts/understanding-node-js:4bd98440-45e4-4a9a-8ef7-0f7ecbdd56cb
in short (pro node.js):
- speed
- javascript (especially if know already)
- efficiency
node.js great. give try! :)
Comments
Post a Comment