I still use it. It was one of the first frameworks I learned in 2016/2017. I like the full stack integration with MongoDB and the interchangeability between Meteor-based packages on Atmosphere and npm as it is based on Node. It does require a buildpack for deployment on Heroku, which can be found here . Blaze, the front end templating language, is outdated and does not get a lot of love even from MDG (Ben is right, internal focus shifted to Apollo). However, Meteor with React on the front end basically approximates a MERN stack - even though I can put together all elements of the MERN stack together by myself, sometimes it's still just easier to pull something small together in Meteor, if you are intimately familiar with it.