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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

AngularJS Tutorial: now real-time with no backend using Firebase

10 点作者 jamest超过 11 年前

1 comment

brent_noorda超过 11 年前
I would love it if they eliminated this one step:<p><pre><code> * The files are served off of a basic Node server... </code></pre> By eliminating that they would truly achieve their goal to get rid of &quot;Mucking around in backend code&quot;.<p>They&#x27;re already storing their data in Firebase, so why not store ALL of their data in firebase, including those assets that they currently are using Node to deliver? Think about it: ALL data stored in Firebase (or a similar DB-as-a-service API), including HTML, css, javascript, images, etc... Finally, you could could create a web and app service and never touch a server. Sweet!