Hacker News new | ask | show | jobs
by dsun180 2427 days ago
I do not think that meteor will scale better then your GraphQL server with whatever database you want to have. With meteor you are bound to a specific ecosystem which is often a pain. RxDB does only one thing, it is a client side database. Everything else in your stack is free to choose.
1 comments

Oh, I didn't know this was just for the client. Missed that.