TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Framework with the most built in functionality?

2 pointsby jamesgaganalmost 11 years ago
Hi everyone. I'm about to start a new web development project and I want to move fast. I'm looking for recommendations on a web development framework that has the most functionality built in, so I won't have to reinvent the wheel. Specifically, it would be great if there's a framework that makes it very easy to have user accounts that let a user manage their account details (email, username, password) and that provides password recovery. Also do any frameworks have payment/subscription management modules available? Or if there are add-ons to a framework that provide this kind of thing I'd like to know. I'm open to any programming language/platform though I prefer Java and Python. Thanks!

2 comments

danish_siddiquialmost 11 years ago
I would recommend checking out the available packages on Heroku. That will give you a good idea of the popular front-end &#x2F; back-end frameworks in play today. Of course, you&#x27;ll have to do your research afterward.<p>For user management, you can look at <a href="https://github.com/jedireza/drywall" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;jedireza&#x2F;drywall</a>. Honestly, you will have to build something on your own. I have not come across a framework that does everything.<p>It&#x27;d probably be a good idea to spend some time learning JavaScript (I recommend adding some CoffeeScript to it :)) Basically all the latest development is happening in JS. It is a pretty big shock to anyone who has been in J2EE land for too long but it&#x27;s quite impressive.<p>EDIT: forgot to mention Hoodie!
ArtDevalmost 11 years ago
Drupal.