Skip to content

Comment on Poor Man's Firebase: LevelDB, REST, and WebSockets

Comments

This is quite nice.

Before we (https://www.tesla.im) switched to Firebase we had (still have) our own realtime system built with NodeJS, Websockets, Amazon SQS (as backup to ensure messages don't get lost) and a RIAK cluster.

Just to clarify things a bit; our setup worked fine. The only reason we switched to Firebase was, being a small team, we didnt want to maintain all those servers.

Sounds cool, have you thought about open sourcing what you have buid?

Yes we can open source it. It works pretty well. You will have to maintain these 'minimum' servers to get > 99% availability.

2 NodeJS app servers 1 Redis Master + 1 Slave 3 RIAK cluster (recommended 5)

You might want to checkout https://www.meteor.com/ as well.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.