Hacker News new | ask | show | jobs
by wakeywakeywakey 2999 days ago
Anecdotally, everyone I knew who tried it complained about lock-in (environment too prescriptive and has behavior you can't opt-out of) and no longer uses it.

There is development activity in the repo, but I would say the 'hype' has moved to other projects.

2 comments

There is no lock-in, developers can migrate in and out, and you choose the view layer, the backend is build on node, third party packages are from NPM and the DB is MongoDB. The data layer can be DDP or Apollo.

Of course if you use all the aspects unique to the stack (reactivity, accounts, blaze, pub/sub etc.) then you'll to re-implement those when switching, but then again that's an architecture choice, you can choose to ignore those and just use Meteor as a build tool.

Meteor is an "opinionated framework", but there is no lock-in - you can use any NPM package you want.

Even DDP and reactivity can be turned off, though these are powerful and useful features for real-time applications.