Meteor was first ever magic web technology I've ever used. The fetching from backend that you wouldn't even see in developer tools, one code base for frontend backend, straight forward cli, developer selection between jquery/react/angular, kadira, build-in simple cordova<p>Never ever have I seen such a rich product that had everything and was easy to learn - back then their todo tutorial took less then 1 hour, after you had fully working todo app.<p>Yet too much magic was not what developers wanted, during the process you felt like loosing control over the processes you don't understand nor have access too.<p>Compering this to building a standard app back then with REST API, and backbone/angular/react frontend seems like saving tons of time, yet developers decided on the latter in most of the cases.<p>> It soon became clear that the community was splitting into two camps: those who appreciated Meteor’s clear value proposition of simplifying web development by providing an all-in-one environment, and those who wanted more openness towards the npm ecosystem to avoid being left behind by the rest of the webdev community.<p>That seems to be a case. Also lack of people that wanted to use this in production and cost of developers.<p>My last app in meteor was written in 2017, after hitting success everything died, even after adding 10x more CPU and RAM. Problem was that Mongo/Magic was sending too much data, multiplying this by few thousands users caused killing node.js server in seconds. Using Kadira profiling and 2 nights of coding problem was solved and app was running fine, both web and mobile (meteor cordova). Client was happy, same with users - it was success. After investor came in, they decided it must be rewritten, because at that time, there were only 2 or 3 companies in Poland that knew that technology - investor decided its a bottleneck - whole thing was rewritten to Java Spring and Angular (or something similar).<p>PS. I wrote a post about the case in 2018 <a href="https://medium.com/qunabu-interactive/tuszama-case-study-meteor-js-app-7749d9eaeeda" rel="nofollow">https://medium.com/qunabu-interactive/tuszama-case-study-met...</a>