Why is this framework not so popular? #13818
Replies: 4 comments 12 replies
-
This has been discussed a lot on the forums. Many reasons. In general since Meteor isn't the new hot thing the prominent creators don't come across it. From my side I'm too busy building stuff with it and I'm trying to build a business which leaves little time to write create free publicity. |
Beta Was this translation helpful? Give feedback.
-
The thing about an opinionated framework is if you don't agree with the framework's opinions, you won't like the framework. If you don't want to use MongoDB, or you want a REST api instead of using websockets, you're not taking advantage of what Meteor gives you. I do think Meteor works really well if your app can run on a single machine. If it can't, you either use Galaxy, or if you don't want to pay the premium for Galaxy instances, you have to do some specific things for yourself that Galaxy does that aren't as much of an issue with other frameworks. You have to use sticky load balancing or during an update a client can get the HTML from an instance running the latest version and try to get the JS bundle from an instance running the old version; using a CDN doesn't help because the CDN has to hit an instance running the new version, which is unlikely early in the update, and some CDNs don't let you pre-load your files, and anyways Meteor doesn't really help you do that. (That doesn't affect me because my use case fits fine on a single machine.) |
Beta Was this translation helpful? Give feedback.
-
When Meteor first came out, web-dev was really unpleasant back in 2012. There were serious problems, we didn't have async/await back then, promises were not widely available. Meteor solved some massive pain-points. Having said that, the benefit of Meteor being opinionated etc and doing everything for you is you can focus more on your business logic. The internet is a very trend-following system and since Meteor isn't disrupting web-dev at the moment it's not trending at the moment. Meteor is a stable framework for web based businesses. It can't be trend/clout chasing. At least not with it's core functionality/design. It's still possible to do new things. As long as they don't impact the smooth operation of all the businesses built upon Meteor. |
Beta Was this translation helpful? Give feedback.
-
Look at C or C++. It's not the "Hot new thing". Yet it's the most popular bedrock foundation programming language that the entire world runs on. Think of all of the micro-controllers and operating systems written in it. Games, GPU code (AI, graphics), anything high-performance. Rust has been the latest hot new thing threatening to steal C's lunch but I see excitement for it dying. A lot of people strongly dislike rust and prefer C. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Firstly I don’t mean to offend anyone. I have tried it and i like it.
But I have not seen any hype around it. Most of the tutorials are outdated and people prefer to use other frameworks. Crazy amount of videos on other frameworks compared yo meteor.
i am missing something?
Beta Was this translation helpful? Give feedback.
All reactions