Skip to content

Comment on Ask HN: Useful Frameworks/Approaches for Simple Number-Tracking Webapp?

Comments

[meteor dev] Meteor + Mongo may be a good choice for you. The leaderboard example at http://www.meteor.com/examples/leaderboard already has a lot of what you need. The trick is figuring out how to identify each client: whether you have users log in or just assign a unique ID to each client.

Seconding Matt's suggestion of Meteor. I haven't played with it very much since it first came out, but even at its very earliest versions (from which it has progressed amazingly) I would have suggested it as a perfect fit.

It doesn't "bypass the database" like the GP asked for, but then neither does Firebase really, as it just moves it to the cloud.

AboutSource Built by g1lg1l

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