HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Ask HN: Modern Meteor.js Alternative Stack?

19 points·by lambdaba·vor 2 Jahren·12 comments
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.)?

12 comments

SeriousM·vor 2 Jahren
https://remix.run/ seems a good approach
SeriousM·vor 2 Jahren
Sorry, I ment https://remult.dev/
lambdaba·vor 2 Jahren
Exactly what I was looking for, thanks!
meiraleal·vor 2 Jahren
There's dexie.js & dexie sync/cloud that is much simpler than Meteor but as or more powerful.
Savageman·vor 2 Jahren
Just curious, what are the main reasons you want a replacement?
bjconlan·vor 2 Jahren
Thank you for this comment. I was assuming that meteor died some time ago when mongo was getting a hiding and Apollo/graphql came on the scene. I'm glad you pointed this out (that it isn't dead) and that infact they are releasing v3 soon (from a quick website scan)
Savageman·vor 2 Jahren
Yes v3 is very welcome, v2 only works on outdated Node versions and package compatibility is becoming an issue... It's definitely not a ghost town, but the community feels smaller and pace is a little slow. I'm a bit in the same boat, I found nothing that can replace it.
lambdaba·vor 2 Jahren
I would want something more modular, and more actual, although it might be that Meteor is still the best option.
fredmaiaarantes·vor 2 Jahren
What do you mean by "more modular"? Which parts of Meteor would you like to replace or remove?
lambdaba·vor 2 Jahren
I mean that I could assemble from individual packages, for not particular reason aside from esthetic preference maybe?
palashkulsh·vor 2 Jahren
Not sure but sailsjs?
yamumsahoe·vor 2 Jahren
ive seen nestjs partnered with vue but never really tried it.