Live data from Hacker News

Show HN: Firebase, a scalable real-time backend

firebase.com

21–30 of 148 posts

Re: Show HN: Firebase, a scalable real-time backend

#22
post #3

Wow, im excited what people are doing out of this (especially in combination with other new tools like Meteor). Seems there is a huge development ongoing to reflect new development and scaling practices... EDIT: REALLY like the RT-Chat on the site - that is showcasing as it should be (and not just another "Demo" button).

Everyone has been building their own real-time solutions for the past few years and re-inventing the wheel over and over again. We saw ourselves doing it too, so we thought maybe we should do something about it! We think Meteor is really exciting as well, and should enable faster / better development of the types of apps that Firebase powers.

Re: Show HN: Firebase, a scalable real-time backend

#23

What is the difference between this and let's say 'Meteor'?

Good question. Meteor is an application framework, like Ruby on Rails. Firebase is a database, like MySQL.

We both think that application development is going to radically change in the future and we're both building products that promote a new way of developing apps. We're stoked about Meteor and see our products as very complementary.

Re: Show HN: Firebase, a scalable real-time backend

#24
This looks awesome -- a better option than an api-only Rails backend. Realtime pub/sub is also a big plus. Security is a concern with any 3rd party storage, but most uses I can think of wouldn't store missile launch codes in here anyway..

It's also worth pointing out that Firebase grew out of Envolve which supported millions of users, so you know these guys can handle scale.

Re: Show HN: Firebase, a scalable real-time backend

#25
Another great step in the right direction.

That being said, I do believe the hardest part of all these attempts to abstract backends is authentication and security models. It seems to me that most of these services launch before figuring out that critical part of the puzzle.

Re: Show HN: Firebase, a scalable real-time backend

#27
post #4

I used Firebase to build thereelbox.com, and enjoyed it thoroughly. It took 2-3 hours from starting into the documentation to completed/nobugs/pushed to production. Credit for that speed goes entirely to Firebase. TheReelBox uses Firebase as a sort of API caching layer. This protects against rate limiting on the Rotten Tomatoes API, decreases request time by caching queries to the Fandango-via-YQL API, and eliminates…

Any reason you don't host those static files on a public 'web enabled' ec2 bucket? We do that for http://www.incubatebang.com and it costs us like $1.40/year for hosting
Post reply on HN