Live data from Hacker News

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

github.com

1–10 of 11 posts

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

#3
post #2

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?

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.

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

#6

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

RxDB relies on PouchDB. It mentions it in its README " rel="nofollow">https://github.com/pubkey/rxdb/blob/master/README.md#feature... and in its package.json " rel="nofollow">https://github.com/pubkey/rxdb/blob/master/package.json#L64>

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

#9
post #8
post #5

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

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

It's only spamming if you get caught. Otherwise it's growth hacking.

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

#10
post #9
post #8

Earlier quoted context omitted.

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

It's only spamming if you get caught. Otherwise it's growth hacking.

Most perfect definition of growth hacking I ever saw. Made my day.
Post reply on HN