TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

10 pointsby jamestover 11 years ago

1 comment

brent_noordaover 11 years ago
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!