Show HN: Appbase – Data synchronization library for writing 100% clientside apps(beta.appbase.io)
beta.appbase.io
Show HN: Appbase – Data synchronization library for writing 100% clientside apps
http://beta.appbase.io
7 comments
What's the difference between Firebase? [https://www.firebase.com/]
Firebase is great for building real-time apps, and it uses a tree topology to model data. Fundamentally, we are using a graph topology to model data which has some interesting upsides, for instance, data denormalization is not needed.
I read that the reasons they choose a tree structure is because of the speed. A tree structure with no cycles make sense to have a better speed. How do you compare this issues in firebase and appbase?
Imo, latency difference shouldn't be huge between a tree/graph data topology. Graph traversals for our read requests takes less than 10ms.
This sounds pretty useful. Would like to see more tutorials
We have a tutorial for building a chat app in Javascript here - http://appbase.io/tutorial.html.
We will be adding more dynamic tutorials in the future!
We will be adding more dynamic tutorials in the future!
Are you running a proprietary graph DB?
Very useful.....loved the product
Wonderful product. Really grt !
Great! Wanna try!
Great work