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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Why are there no popular web frameworks merging front- and backend?

1 点作者 julvo超过 7 年前
Dear HN community, I am wondering why I couldn&#x27;t find any web frameworks which abstract the network boundary between frontend and backend. Developing in this kind of framework would feel like developing one single app, with a single entry point and a global namespace including both frontend and backend.<p>Are you aware of anything like that and I just missed it? Or is such framework just an unrealistic idea?

4 条评论

Svenskunganka超过 7 年前
From the top of my head, Meteor[0] is such a framework. Last time I used it (years ago), it was quite the vendor lock-in. Only supported MongoDB, and almost every library you wanted to integrate had to be wrapped in some way and it didn&#x27;t scale well at all, felt extremely heavy. A simple Todo app and you had more than a MB of client-side JS that needed to be loaded. It has probably improved since then though.<p>[0]: <a href="https:&#x2F;&#x2F;www.meteor.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.meteor.com&#x2F;</a>
评论 #16413972 未加载
elviejo超过 7 年前
<a href="http:&#x2F;&#x2F;opalang.org" rel="nofollow">http:&#x2F;&#x2F;opalang.org</a><p>Write simultaneously the frontend and backend code, in the same language, within the same module. Even better: the Opa Slicer automates the calls between client and server.
dothis超过 7 年前
I don&#x27;t see a reason to to that. To me that sounds like making a printing press of paper. Or a newspaper of steel.
评论 #16413906 未加载
stargrazer超过 7 年前
<a href="https:&#x2F;&#x2F;www.webtoolkit.eu&#x2F;wt" rel="nofollow">https:&#x2F;&#x2F;www.webtoolkit.eu&#x2F;wt</a>
评论 #16413928 未加载