Modern Meteor.js Alternative Stack?
Meteor is great, is there a modular approach, regardless of the technologies involved, that can replicate its main features (realtime, isomorphic client/server, reactivity, etc.)?
There's dexie.js & dexie sync/cloud that is much simpler than Meteor but as or more powerful.
Just curious, what are the main reasons you want a replacement?
ive seen nestjs partnered with vue but never really tried it.