HACKER Q&A
📣 lambdaba

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.)?


  👤 SeriousM Accepted Answer ✓
https://remix.run/ seems a good approach

👤 meiraleal
There's dexie.js & dexie sync/cloud that is much simpler than Meteor but as or more powerful.

👤 Savageman
Just curious, what are the main reasons you want a replacement?

👤 palashkulsh
Not sure but sailsjs?

👤 yamumsahoe
ive seen nestjs partnered with vue but never really tried it.