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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Apper - Node.js framework for restful, real-time single page apps

4 点作者 asyncanup超过 10 年前

1 comment

asyncanup超过 10 年前
Because Express isn&#x27;t enough. It lacks structure and conventions.<p>Apper provides:<p>- Much needed structure to server-side code with strong conventions<p>- Reliable directory hierarchy for code based on REST end-points<p>- Design for real-time right off the bat<p>- Transparent minification &amp; bundling for single page apps<p>Apper lets you create bigger apps by using smaller independent chunks as subapps. Simply place individual subapps anywhere in the directory hierarchy, and they get exposed under a relative base URL.<p>Nested subapps are totally cool and highly encouraged. In fact, simply by moving a subapp directory to another directory updates the exposed relative URL of that subapp. No frills.<p>PS: Posting to Hacker News for the first time, always been an anonymous reader. Would love some constructive comments about where to take this framework thing forward :)