Live data from Hacker News

Kraken.js: Enterprise-grade Node.js web application framework

krakenjs.com

11–20 of 21 posts

Re: Kraken.js: Enterprise-grade Node.js web application framework

#11

Kraken is an offshoot from work at Paypal and just a few lines above this on the HN frontpage is a post about a Node memory leak post mortem from Wal-Mart. Over the next few years will we see Node become as commonplace in the enterprise as Java and .NET?

Enterprises don't need high-load web sites. Enterprises benefit from non-buggy strong static languages with automated refactoring.

Re: Kraken.js: Enterprise-grade Node.js web application framework

#12

Kraken is an offshoot from work at Paypal and just a few lines above this on the HN frontpage is a post about a Node memory leak post mortem from Wal-Mart. Over the next few years will we see Node become as commonplace in the enterprise as Java and .NET?

Enterprises don't need high-load web sites. Enterprises benefit from non-buggy strong static languages with automated refactoring.

I'd say Walmart needs a high-load solution, as does paypal and LinkedIn who are both using node. Static vs dynamic languages both have merits and are almost completely subjective, but I'd say it comes down to team quality. Don't use the sharp tools if you have undiciplined or inexperienced devs who will fail to design correctly and write tests. Walmart has Eran Hammer, so I don't think they need to worry about that.

Re: Kraken.js: Enterprise-grade Node.js web application framework

#13

Kraken is an offshoot from work at Paypal and just a few lines above this on the HN frontpage is a post about a Node memory leak post mortem from Wal-Mart. Over the next few years will we see Node become as commonplace in the enterprise as Java and .NET?

Enterprises don't need high-load web sites. Enterprises benefit from non-buggy strong static languages with automated refactoring.

You can write Node.js backends in TypeScript with static typing and refactoring support.

Re: Kraken.js: Enterprise-grade Node.js web application framework

#15

Earlier quoted context omitted.

Enterprises don't need high-load web sites. Enterprises benefit from non-buggy strong static languages with automated refactoring.

I'd say Walmart needs a high-load solution, as does paypal and LinkedIn who are both using node. Static vs dynamic languages both have merits and are almost completely subjective, but I'd say it comes down to team quality. Don't use the sharp tools if you have undiciplined or inexperienced devs who will fail to design correctly and write tests. Walmart has Eran Hammer, so I don't think they need to worry about that.

I meant the majority of enterprises, not stand out mega-stars such as Walmart who can afford to have an own lab full of experts. PayPal and LinkedIn are web technology companies relying on high-load public-facing web-sites. All three could afford to even build their own tech from scratch. Let's talk about the other 95% of enterprise - do they typically have high-load public websites?

Re: Kraken.js: Enterprise-grade Node.js web application framework

#16

Earlier quoted context omitted.

I'd say Walmart needs a high-load solution, as does paypal and LinkedIn who are both using node. Static vs dynamic languages both have merits and are almost completely subjective, but I'd say it comes down to team quality. Don't use the sharp tools if you have undiciplined or inexperienced devs who will fail to design correctly and write tests. Walmart has Eran Hammer, so I don't think they need to worry about that.

I meant the majority of enterprises, not stand out mega-stars such as Walmart who can afford to have an own lab full of experts. PayPal and LinkedIn are web technology companies relying on high-load public-facing web-sites. All three could afford to even build their own tech from scratch. Let's talk about the other 95% of enterprise - do they typically have high-load public websites?

They are going to have high load services in any case. Check "Internet of things" and "systems of engagement". Your traditional enterprise application is probably not the future of enterprise. It will continue to exist, but its importance will keep getting down.

Re: Kraken.js: Enterprise-grade Node.js web application framework

#17

If you haven't seen Bill Scott's talk on Kraken.js, check it out: http://www.youtube.com/watch?v=V5yk5SZxWX4

Very interesting talk, thanks for sharing. I confess the cynical side of me thinks the majority of the hand waving about why it worked is summed in a single line of the last slide "ensure the best developers are on the initial work". That is, would Java truly be so bad if you were able to ensure that idea, as well?

Still, though, I am more interested in node having watched this.

Re: Kraken.js: Enterprise-grade Node.js web application framework

#20

I find it hard to believe it's Enterprise-grade when the documentation link points at a GitHub README.

Sounds like a distinct improvement on most of the enterprise documentation I've seen (that's all of our documentation but if you need more specific help we've got some great consultants :).
Post reply on HN