Skip to content
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

[REQUEST] How to structure a large Express app #10

Open
kensnyder opened this issue May 17, 2016 · 4 comments
Open

[REQUEST] How to structure a large Express app #10

kensnyder opened this issue May 17, 2016 · 4 comments

Comments

@kensnyder
Copy link
Member

Express isn't very opinionated and leaves many without good direction about how to keep your routes and handlers organized in a large app.

@iammerrick
Copy link
Member

Also "Express isn't very opinionated" try hapijs :-)

@wdjungst
Copy link

Agreed. We could try any wrapper there are so many. I think the question is what type of app? Is this an MVC app? Is this a Redux app? I would structure those very differently.

@iammerrick
Copy link
Member

@wdjungst but hapi isn't a wrapper, it's a different tool/paradigm :-)

@iammerrick
Copy link
Member

I don't see value in express/koa when I can leverage hapijs 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants