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).

  1. does node.js have other use cases if scalability isn't concern of mine?
  2. if yes #1, they?
  3. 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

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -