6 ms·
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
by dsun180 7y 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.
- winrid 7y agoOh, I didn't know this was just for the client. Missed that.