Ask HN: Is their any large scale, real life Node.js app? |
Ask HN: Is their any large scale, real life Node.js app? |
Why it is not possible to edit this post/question?
Thanks also for your replies.
http://news.ycombinator.com/item?id=1088699
Joyent also maintain a list on Github of companies using it
https://github.com/joyent/node/wiki/Projects,-Applications,-...
Would that that count?
drunk and retired (sadly too infrequent nowadays http://drunkandretired.com/thepodcast/)
Entrepreneurial Thought Leaders (originally heard of this via Joe from the posse I think http://ecorner.stanford.edu/podcasts.html)
http://www.theregister.co.uk/2011/03/01/the_rise_and_rise_of...
I remember there was HN item about this when it came out, but tl;dr of the article that I got was, some people want to use Node.js but performance + stability is what FaceBook wants, and something that isn't prevalent in Node (yet?)
I wait for the day when NodeJS breaks backward compatability
http://www.readwriteweb.com/hack/2011/04/6-free-e-books-on-n...
their - possessive/ownership. "Their dog bit me!" "Their car is a mess!"
there - place/position. "Put the toys over there."
they're - contraction of "they are". "They are my best friends!" == "They're my best friends!"
I will say that NodeJS has inspired me to get off my ass and code a basic CRUD site, which could get me started and lead to more interesting features. Sure, could have used Python or anything else, but this is how it's going for now. I choose to drink this particular Kool-Aid for now.
The best use case I can come up with is using node, socket.io, and knockout to quickly build a shared-state application (so long as there is a way to reconcile communication latency, which is why a declarative library like knockout is a good thing). I'm trying to come up with a good problem to solve with that tech stack for this year's Node Knockout.
In short, I agree, Node lends itself nicely to a particular subset of problems, but a lot of the places where it is presumed to shine (speed/real-time/code reuse) others are moving in to follow its lead.