Show rating breakdown
Save to My Lists
Claimed
Claimed

Top Rated Meteor Alternatives

Meteor Reviews & Product Details

Enmanuel D.
ED
Front-End Developer
Internet
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review
What do you like best about Meteor?

Meteor gives you everything you'd need normally need on a development platform based on Javascript, here are some of my favorite features:

1) It has already auto implemented a live reload feature, so if you make a change on your html, javascript or even css code it'll automatically update the page and show you the changes, something like nodemon package or browser sync.

2) you will never have to point/require code files, static files, or files in general because meteor auto detects what is new in your app, if something changes it'll automatically include it in your app ready to be used without passing a single line of code, like an image, css files, html...

3) Meteor uses reactivity for almost everything (if not everything) on your age, so your code and app changes are reflected in real time, if you don't understand this you can think about it like sockets.

4) You can render js code easily only for selected templates without executing it in all of them, I mean, for example, you can pass a function in jquery and use it in only one template/route by calling a function like Template.mytemplate.rendered and this will automatically call the code for that template only an not all the scope, it's possible without meteor too, but I have to admit it's really easy and cleaner.

5) it has implemented handlebars with spacebars, but you can coustomize your frontend with angular or react without major problems.

6)A great commmunity, meteor has atmospherejs a great site where people upload packages ready to be used in meteor, and this is something that I love because you find almost everything herel, it has around 10.000 packages.

7 Straight to the point, when you want to start a new project you can do it by using the meteor create command and it'll give you everything ready to start coding (I'm not lying) you literally start making your app code after creating your project without configuring anything else.

8) Scalability is just amazing with meteor.

if you liked what you read until now, there are a lot of really cool features about meteor that you can find in their official website. Review collected by and hosted on G2.com.

What do you dislike about Meteor?

Some things I don't like that much about meteor are:

1) Meteor is "relatively new", it's no precisely a bad thing but it's something you can find a little bit counterproductive, why? because some tiny problems are not yet solved in stack overflow for example and you'll have to figure a way to solve it on your own (but let's face it we are programmers so we deal with this kind of situations everyday)

2) It uses a mongodb version (mini-version if I'm not wrong) included by default, if you want to use another database it's possible but sacrifices a couple of features, like reactivity in some ways, so it's something you have to take in count when developing your project structure.

3) The livereload feature can be a little be slow when you are developing (I'm not sure if it's based on your computer specs, I have an i3 PC and i5 Laptop and the performance is pretty much the same in both of them) Review collected by and hosted on G2.com.

Recommendations to others considering Meteor:

Meteor is great for fast development and scalability, also it works with javascript which is a plus in my personal book. If you are looking to switch to a platform with this features, I recommend you to give it a chance, you'll probably love it. Review collected by and hosted on G2.com.

What problems is Meteor solving and how is that benefiting you?

We are currently using meteor on a couple of projects in one of the companies I'm working on, we switched to it because it's really easy to scale and also it's really fast to develop almost anything, our team seems to like it a lot, I'm developer and it's been a charm. I'm also using it in some personal projects and I have no complaints. Review collected by and hosted on G2.com.

Meteor Overview

What is Meteor?

The JavaScript App Platform

Meteor Details
Discussions
Meteor Community
Show LessShow More
Product Description

The JavaScript App Platform


Seller Details
Year Founded
2011
HQ Location
Palo Alto, CA
Twitter
@meteorjs
51,348 Twitter followers
LinkedIn® Page
www.linkedin.com
14 employees on LinkedIn®

Reza O.
RO
Overview Provided by:
Revenue Operations and Analytics Manager

Recent Meteor Reviews

Jhonny F.
JF
Jhonny F.Enterprise (> 1000 emp.)
5.0 out of 5
"Best/Fast/Easy Nodejs Framwork"
fast prototyping, learning curve, real-time by default, so easy for pwa applications.
shiv c.
SC
shiv c.Mid-Market (51-1000 emp.)
4.5 out of 5
"Fasters Implementation And Real-Time Feature Is Good But Sql Support Isn't That Good"
I am working on meteor JS for last two years and my experience with meteor java script framework is very good. we used meteor.js for developing ou...
Verified User
U
Verified UserSmall-Business (50 or fewer emp.)
3.0 out of 5
"Great in it's day. Community seems to have moved on"
Mini mongo (client-side mongo) is pretty cool, as is pub-sub for some applications. Doesn't scale well in other scenarios though. It's a full clie...
Security Badge
This seller hasn't added their security information yet. Let them know that you'd like them to add it.
0 people requested security information

Meteor Media

Answer a few questions to help the Meteor community
Have you used Meteor before?
Yes

24 out of 25 Total Reviews for Meteor

4.3 out of 5
The next elements are filters and will change the displayed results once they are selected.
Search reviews
Popular Mentions
The next elements are radio elements and sort the displayed results by the item selected and will update the results displayed.
Hide FiltersMore Filters
The next elements are filters and will change the displayed results once they are selected.
The next elements are filters and will change the displayed results once they are selected.
24 out of 25 Total Reviews for Meteor
4.3 out of 5
24 out of 25 Total Reviews for Meteor
4.3 out of 5

Overall Review Sentiment for MeteorQuestion

Time to Implement
<1 day
>12 months
Return on Investment
<6 months
48+ months
Ease of Setup
0 (Difficult)
10 (Easy)
Log In
Want to see more insights from verified reviewers?
Log in to view review sentiment.
G2 reviews are authentic and verified.
shiv c.
SC
shivaji
Mid-Market(51-1000 emp.)
More Options
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review
(Original )Information
Business partner of the seller or seller's competitor, not included in G2 scores.
What do you like best about Meteor?

I am working on meteor JS for last two years and my experience with meteor java script framework is very good.

we used meteor.js for developing our mobile(android and IOS applications) and web application one of the main advantages we got from this framework is we have to use only one language for front-end, back-end and for database,

Which coupled with MongoDB database which stores JSON Objects, and uses java script as a query language meteor.js is very fast due to its real - time feature, which propagate data changes to client without requiring the developer to write any synchronization code. Review collected by and hosted on G2.com.

What do you dislike about Meteor?

There are very few disadvantages of meteor.js, some of we are faced are following

first one is you have to use mongoDB as database query language also there is lack of sql support in meteor.js

and also In meteor there is lack of testing frameworks which turns out to be one of main disadvantages of meteor Review collected by and hosted on G2.com.

Recommendations to others considering Meteor:

if you are planning for multi platform application and want to save development time and cost then

i would suggest go for meteor.js

another advantage for the organization is you only have to hire meteors.js resources as front and backed and database queries are written in JavaScript language with meteor framework. Review collected by and hosted on G2.com.

What problems is Meteor solving and how is that benefiting you?

We developed web application for our organization in meteor and written back-end scripts for the android and IOS mobile application .

and for all of this we used single java script framework i.e Meteor.js which is very big advantage for us. Review collected by and hosted on G2.com.

Jhonny F.
JF
Analista de suporte de TI
Enterprise(> 1000 emp.)
More Options
Validated Reviewer
Review source: Organic
What do you like best about Meteor?

fast prototyping, learning curve, real-time by default, so easy for pwa applications. Review collected by and hosted on G2.com.

What do you dislike about Meteor?

Cant disable front end/default page. This is so useful for a server-only application. Review collected by and hosted on G2.com.

What problems is Meteor solving and how is that benefiting you?

Creation time reduction

DevOps reduced by 90%

Fast support with the galaxy hosting Review collected by and hosted on G2.com.

Verified User in Financial Services
UF
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review
What do you like best about Meteor?

Mini mongo (client-side mongo) is pretty cool, as is pub-sub for some applications. Doesn't scale well in other scenarios though.

It's a full client-side and server side framework that covers authentication, DB management, client-side UI, etc. I've enjoyed working with it Review collected by and hosted on G2.com.

What do you dislike about Meteor?

Pub/sub doesn't scale well when there are many DB updates in a short period. The developer abandoned nice performance monitoring system (Kadira). Review collected by and hosted on G2.com.

What problems is Meteor solving and how is that benefiting you?

client and server for our user-facing systems Review collected by and hosted on G2.com.

Verified User in Information Technology and Services
UI
Mid-Market(51-1000 emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
Business partner of the seller or seller's competitor, not included in G2 scores.
What do you like best about Meteor?

MEAN Stack there is a necessity to perform synchronization between Express.js and Angular.js. also in the Node.js and MongoDB. But, Meteor JS delivers an absolute solution for producing and deploying web apps. Meteor you can develop apps in JavaScript for a web browser, application server, and mobile environment. Meteor has several built-in features like hot code reload, automatic CSS & JS minification, and reactive templates. The app is created using JavaScript so you can use the same code on both client and server-side. Meteor JS allows us to develop and deploy Android and iOS apps through the Cordova PhoneGap alliance. Review collected by and hosted on G2.com.

What do you dislike about Meteor?

Especially the asset management that allows using a glob pattern and NPM dependency management syntax matching that which is used by package.json. Review collected by and hosted on G2.com.

What problems is Meteor solving and how is that benefiting you?

It's complete MEAN stack framework. Able to save data when there is no connection. The way it manages everything it's amazing. Review collected by and hosted on G2.com.

Verified User in Medical Practice
UM
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about Meteor?

Meteor publication/subscriptions are very easy to work with, allowing easy use of data manipulation, which is one of the advantages of using a full stack framework like Meteor that covers both backend and frontend. Review collected by and hosted on G2.com.

What do you dislike about Meteor?

The Meteor "Atmosphere" ecosystem is lacking, and lacks the robustness of library ecosystems for React, and even Angular. Review collected by and hosted on G2.com.

Recommendations to others considering Meteor:

I would recommend migrating your workflow to more modern frameworks, specifically React, and not Angular. Or, if you feel like being different, go for Svelte, or Vue. Meteor is quite outdated. Review collected by and hosted on G2.com.

What problems is Meteor solving and how is that benefiting you?

It's been a while since I used it but I was building software for analyzing large datasets involving a single patient's orthodontic records, for rendering and display in report form. The Spacebars templating system is quite intuitive, but this is true for most modern templating systems including React's JSX. Review collected by and hosted on G2.com.

Vinny B.
VB
NodeJS Developer
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Verified Current User
Review source: Organic
What do you like best about Meteor?

It's very easy, and it can be deployed in multiple platforms, very powerful and it can be interested with different front end frameworks. Review collected by and hosted on G2.com.

What do you dislike about Meteor?

Community support is not as big and a bit difficult to deploy. Review collected by and hosted on G2.com.

What problems is Meteor solving and how is that benefiting you?

Multiplatform app build with the same code. I sustancially reduce the coding deploying the same code to different platforms Review collected by and hosted on G2.com.

Dor B.
DB
DevOps Developer
Mid-Market(51-1000 emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about Meteor?

the fact that it is coming ready out of the box, almost no configuration is needed Review collected by and hosted on G2.com.

What do you dislike about Meteor?

it might be expensive for smaller companies

you need a bit of time to get to work with this product Review collected by and hosted on G2.com.

Recommendations to others considering Meteor:

if you need to build Build Full-Stack Javascript on the most easy way - this is the Platform for you Review collected by and hosted on G2.com.

What problems is Meteor solving and how is that benefiting you?

i can finally Install public packages much more easily and manage all my workarounds

all the technology that i already use is integrated with meteor which is super convenient Review collected by and hosted on G2.com.

Hammad S.
HS
Full Stack Engineer
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about Meteor?

Easy to learn, integration with other frontend engines like Vue and React, has support for npm. Review collected by and hosted on G2.com.

What do you dislike about Meteor?

Sometimes the apps get bloated due to the internal workings of the meteor Review collected by and hosted on G2.com.

What problems is Meteor solving and how is that benefiting you?

High available systems are a good suit for Meteor. For instance, I have built a website that is basically a SaaS for Web performance and availability monitoring. I think Meteor played a great role in building a robust app pretty fast. Review collected by and hosted on G2.com.

Kashif A.
KA
Senior Software Engineer (.NET)
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about Meteor?

I like the framework itself because of it is simply , efficient, and scalable and have ability to develop one code base for multiple platforms Review collected by and hosted on G2.com.

What do you dislike about Meteor?

Less community on internet for help but we use documentation for the help Review collected by and hosted on G2.com.

Recommendations to others considering Meteor:

Meteor is a framework which help you to use it without knowing any thing new. You just have to JavaScript which every developer already knows about it Review collected by and hosted on G2.com.

What problems is Meteor solving and how is that benefiting you?

Actually we developed a personal mobile app using meteor Review collected by and hosted on G2.com.

Asraf P.
AP
Frontend Developer
Mid-Market(51-1000 emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about Meteor?

The hosting and Deployment features are too awesome Review collected by and hosted on G2.com.

What do you dislike about Meteor?

The scaling function seems to become more effective Review collected by and hosted on G2.com.

What problems is Meteor solving and how is that benefiting you?

I got a problem with host my site and Meteor made It easy for me Review collected by and hosted on G2.com.