TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

3 点作者 deniswsrosa超过 5 年前
I had some really good experience with groovy/grails in the past. I really like how the language is simple and how it could quickly generate the front end for simple CRUD apps. Are there other better options nowadays?

2 条评论

znpy超过 5 年前
I came here to tell you that I have wonderful memories of groovy+grails. I used it at version 1.3.7 IIRC.<p>Last time I tried, version 3.something, gradle was in the middle and things that used to be simple had become complicated.<p>So... Dunno.<p>I&#x27;d probably invest time in Django.
benologist超过 5 年前
I have written something to help build web apps faster - but it&#x27;s not really a framework it&#x27;s kind of like &quot;WordPress for web apps&quot;. WordPress provides an interface for users and a CMS so you focus on your blog posts.<p>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&#x27;s going to be much smaller without those things.<p><a href="https:&#x2F;&#x2F;userdashboard.github.io" rel="nofollow">https:&#x2F;&#x2F;userdashboard.github.io</a>