Settings

Theme

Show HN: Rxdb – A fast, reactive, client-side database

github.com

52 points by dsun176 9 years ago · 10 comments

Reader

fiatjaf 9 years ago

Past submissions: https://hn.algolia.com/?query=rxdb&sort=byPopularity&prefix&...

  • diminish 9 years ago

    Interesting to see the "growth hacking" works/doesn't work. It's the right place, very eye-catchy headlines, alas, very week comments and upvotes.

    Also interesting to see "Local JavaScript-Database" as the most succesful headline and the current one " Show HN: Rxdb – A fast, reactive, client-side database " as the second best.

    Weak "title" performers, "The poor man's Firebase", "An observable database in JavaScript", "ClientSide DB for Browsers, Node, electron, cordova, reactNative and every js-vm"

  • j_s 9 years ago

    Past 20 submissions in the last 4 months by 2 multi-accounts + 2 "normals"! Interesting to see the different spins.

amelius 9 years ago

How is access control handled? For instance, what if the data itself encodes access control, how do I prevent the data being sent over to the client-side inadvertently?

  • supergreg 9 years ago

    This is the problem Meteor had. They had this complex allow/deny configuration to see if the client has permission to run a query but it was impossible to get around all the edge cases. They started recommending not using it and instead call controllers that then would check server-side if the user has permission or not and return the data to sync to the client. Then every query client side is considered to have full read access to the data in it.

brimstedt 9 years ago

How does it compare to pouchdb and why would you chose rxdb instead of pouch?

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection