Live data from Hacker News

What is the best framework/language to build webapps as fast as possible?

news.ycombinator.com

1–3 of 3 posts

Re: What is the best framework/language to build webapps as fast as possible?

#2
I have written something to help build web apps faster - but it's not really a framework it's kind of like "WordPress for web apps". WordPress provides an interface for users and a CMS so you focus on your blog posts.

With my software all the user accounts, organizations, subscriptions, a complete Stripe Connect platform, all the stuff that accompanies a web app or SaaS is ready for your web app, which you can write in any stack and it's going to be much smaller without those things.

https://userdashboard.github.io

Re: What is the best framework/language to build webapps as fast as possible?

#3
I came here to tell you that I have wonderful memories of groovy+grails. I used it at version 1.3.7 IIRC.

Last time I tried, version 3.something, gradle was in the middle and things that used to be simple had become complicated.

So... Dunno.

I'd probably invest time in Django.