-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Do we need hapi? #1
Comments
Does anyone ever need hapi? |
Well, it does provide near-linear horizontal scalability & security out-of-the-box without any extra work... so there are definitely use-cases. the question should have been: can we build a 100-user MVP without Hapi.js? |
Those are nice features. Not to mention testing seems quite easy so far. I would be happy to use it 👍 |
I would also argue that we would learn more about solving problems with relatively little resources (given there's less out there on hapi than on express or vanilla Node). I'm up for the learning curve 👍 |
I/we can easily write a sophisticated app in "pure" node http (no frameworks). |
So far more arguments for hapi then against! The only downside with hapi that I have come across so far is because I am not aware of all the 'magic' happening behind the scenes, problems can be hard to debug. |
The arguments I hear in favour of frameworks are that How does Hapi compare in terms of flexibility with other frameworks? Do we need flexibility? Are there any downsides that outweigh the upsides? I think it would be a mistake to count the arguments for without considering the arguments against. |
I am less keen on lab now than I was before the latest update (from a cursory look over the updates it feels like they've complicated it rather than simplified and that's not a good direction to be heading in), but I hear some pretty awesome endorsements of Hapi itself at scale. I haven't really written any apps so far that have been totally hammered by concurrent users, but my somewhat inexperienced (and super keen to learn) vote would be for either vanilla Node or Hapi. |
Can this issue now be closed @nelsonic given that hapi won't be used in our new version? |
Remove hapi?
The text was updated successfully, but these errors were encountered: