Node.js - Convincing the boss guide
nodeguide.com
Node.js - Convincing the boss guide
1–10 of 85 posts
Re: Node.js - Convincing the boss guide
#2Re: Node.js - Convincing the boss guide
#3These guys nailed my point pretty good: http://www.perfectline.ee/blog/optimizing-ruby-on-rails-appl...
Re: Node.js - Convincing the boss guide
#4Re: Node.js - Convincing the boss guide
#5Don't use Node if you have a lot of CRUD, because you'll still have to do a lot of stuff manually. Node's ecosystem is relatively young which means you'll have to do a lot of manual labor (as opposed to something like rails and mature, production-ready gems) and stitching of components. It cat get messy rather quickly, so my advice is "the right tool for the job". These guys nailed my point pretty good: http://www.pe…
Re: Node.js - Convincing the boss guide
#6Re: Node.js - Convincing the boss guide
#7Don't use Node if you have a lot of CRUD, because you'll still have to do a lot of stuff manually. Node's ecosystem is relatively young which means you'll have to do a lot of manual labor (as opposed to something like rails and mature, production-ready gems) and stitching of components. It cat get messy rather quickly, so my advice is "the right tool for the job". These guys nailed my point pretty good: http://www.pe…
Re: Node.js - Convincing the boss guide
#8Re: Node.js - Convincing the boss guide
#9Re: Node.js - Convincing the boss guide
#10Other than that, surprisingly sensible advice.