5 ms·
> Fix problems with node Do you care to elaborate further?
by dev360 11y ago
> Fix problems with node
Do you care to elaborate further?
- rms_returns 11y agoProblem is that node is buggy as hell. Try and do something more trivial than basic I/O and you are going to face lots of them. Its almost a decade since node hype has begun and still you will hardly find any large, well-known website being powered by node is the testament to this fact. Also, if you read the docs of any major API implementation, you will find examples in python, php, java, etc. but I'm yet to come across a node example. Node ain't ready for the real world yet.
- oneweekwonder 11y ago> you will hardly find any large, well-known website being powered by node is the testament to this fact. Netflix, I actually enjoyed their video on how they debug node in prod[0]. [0]: https://www.youtube.com/watch?v=O1YP8QP9gLA https://www.youtube.com/watch?v=O1YP8QP9gLA
- dev360 11y agoI dont have experience to corroborate, but I can say I have been seeing a lot of interest in Node even from people in the enterprise crowd. Places that would ordinarily be writing stuff in Java and .NET are turning to Node instead.. This quora article seems to substantiate my 'enterprise' claim somewhat: https://www.quora.com/What-are-the-biggest-websites-built-with-Node-js-on-the-server-side https://www.quora.com/What-are-the-biggest-websites-built-wi...
- progx 11y agohttps://github.com/nodejs/node-v0.x-archive/wiki/Projects,-Applications,-and-Companies-Using-Node https://github.com/nodejs/node-v0.x-archive/wiki/Projects,-A... Projects like Yammer are really small and not known? Okayyyy. You should really reflect your view of the world.
- pfooti 11y agoUmmmm. https://github.com/nodejs/node-v0.x-archive/wiki/Projects,-Applications,-and-Companies-Using-Node https://github.com/nodejs/node-v0.x-archive/wiki/Projects,-A... You're right. PayPal, Uber, Walmart are all tiny little nobodies. And I'm not entirely certain what api implementation docs you're looking at, but I've yet to say, "I need service X" and not find a node.js API wrapper already built.
- connor4312 11y agoIt sounds like you haven't used Node or read API docs in several years. Developing for Node full-time for the past few years, I've yet to find any bugs in the standard library or runtime. And, just glancing around at a few "major API docs" that come to mind, all that included code examples (PayPal, Stripe, IBM Bluemix, MaxMind) included Node.js examples.
- br3w5 11y agoWhen was the last time you looked up anything on node? Have you ever even used it?
- slashink 11y ago"Almost a decade" About 5 years tbh: https://blog.risingstack.com/history-of-node-js/ https://blog.risingstack.com/history-of-node-js/ "hardly find any large, well-known website being powered by node" * Netflix - https://www.talentbuddy.co/blog/building-with-node-js-at-netflix/ https://www.talentbuddy.co/blog/building-with-node-js-at-net... * New York Times - https://www.talentbuddy.co/blog/building-with-node-js-at-the-new-york-times/ https://www.talentbuddy.co/blog/building-with-node-js-at-the... * PayPal - https://www.talentbuddy.co/blog/building-with-node-js/ https://www.talentbuddy.co/blog/building-with-node-js/ * Medium - https://www.talentbuddy.co/blog/on-building-with-node-js-at-medium-and-growing-as-a-developer/ https://www.talentbuddy.co/blog/on-building-with-node-js-at-... * LinkedIn - https://www.talentbuddy.co/blog/building-with-node-js-at-linkedin/ https://www.talentbuddy.co/blog/building-with-node-js-at-lin... * Uber - https://www.joyent.com/developers/videos/node-js-office-hours-curtis-chambers-uber https://www.joyent.com/developers/videos/node-js-office-hour... It's a tool, and like every other tool comes with its pros and cons. I am not saying Node is the perfect fit for any project, because it isn't. However stating it isn't used and almost a decade is just wrong.