The Artima Developer Community
Sponsored Link

Web Buzz Forum
Why node?

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Stuart Langridge

Posts: 2006
Nickname: aquarius
Registered: Sep, 2003

Stuart Langridge is a web, JavaScript, and Python hacker, and sometimes all three at once.
Why node? Posted: Nov 3, 2010 6:19 PM
Reply to this message Reply

This post originated from an RSS feed registered with Web Buzz by Stuart Langridge.
Original Post: Why node?
Feed Title: as days pass by
Feed URL: http://feeds.feedburner.com/kryogenix
Feed Description: scratched tallies on the prison wall
Latest Web Buzz Posts
Latest Web Buzz Posts by Stuart Langridge
Latest Posts From as days pass by

Advertisement

It's a loss to me why everyone loves node.js.

I mean, today janl blogged about some magic thing where you can feed the output of a CouchDB query to a node.js script and output the id of all the documents retrieved.

Why you wouldn't do this as

curl http://localhost:5984/_users/_all_docs|python -c "import json,sys;print [x['id'] for x in json.load(sys.stdin)['rows']]"

escapes me. I mean, node.js is clever enough for what it does. Next time I need to build a project which only needs what node can do, I seriously plan to use it; it's a very neat limited thing. Good work, node people.

Until I need to build that limited project, I'll stick with Python.

Maybe I should move to the Valley and buy some Oakley sunglasses and a Macbook and then I'll get it.

Read: Why node?

Topic: Free Download Avanquest PowerDesk Pro 7 with License Key Previous Topic   Next Topic Topic: Ashampoo HDD Control FREE License Key

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use