Meteor vs PhoneGap

Need advice about which tool to choose?Ask the StackShare community!

Meteor

1.9K
1.8K
+ 1
1.7K
PhoneGap

582
683
+ 1
94
Add tool

Meteor vs PhoneGap: What are the differences?

Meteor: An ultra-simple, database-everywhere, data-on-the-wire, pure-Javascript web framework. A Meteor application is a mix of JavaScript that runs inside a client web browser, JavaScript that runs on the Meteor server inside a Node.js container, and all the supporting HTML fragments, CSS rules, and static assets; PhoneGap: Easilily create mobile apps using HTML, CSS, and JavaScript. PhoneGap is a web platform that exposes native mobile device apis and data to JavaScript. PhoneGap is a distribution of Apache Cordova. PhoneGap allows you to use standard web technologies such as HTML5, CSS3, and JavaScript for cross-platform development, avoiding each mobile platforms' native development language. Applications execute within wrappers targeted to each platform, and rely on standards-compliant API bindings to access each device's sensors, data, and network status.

Meteor can be classified as a tool in the "Frameworks (Full Stack)" category, while PhoneGap is grouped under "Cross-Platform Mobile Development".

Some of the features offered by Meteor are:

  • Pure JavaScript
  • Live page updates
  • Clean, powerful data synchronization

On the other hand, PhoneGap provides the following key features:

  • Android
  • Blackberry
  • iOS

"Real-time" is the primary reason why developers consider Meteor over the competitors, whereas "Javascript" was stated as the key factor in picking PhoneGap.

Meteor and PhoneGap are both open source tools. It seems that Meteor with 41.1K GitHub stars and 5.03K forks on GitHub has more adoption than PhoneGap with 4.15K GitHub stars and 974 GitHub forks.

Meteor, Glympse, and Enfluence.io are some of the popular companies that use Meteor, whereas PhoneGap is used by WebbyLab, Binary.com, and Infoshare. Meteor has a broader approval, being mentioned in 195 company stacks & 152 developers stacks; compared to PhoneGap, which is listed in 86 company stacks and 34 developer stacks.

Decisions about Meteor and PhoneGap
Lucas Litton
Founder & CEO at Macombey · | 13 upvotes · 542.8K views

Next.js is probably the most enjoyable React framework our team could have picked. The development is an extremely smooth process, the file structure is beautiful and organized, and the speed is no joke. Our work with Next.js comes out much faster than if it was built on pure React or frameworks alike. We were previously developing all of our projects in Meteor before making the switch. We left Meteor due to the slow compiler and website speed. We deploy all of our Next.js projects on Vercel.

See more

This basically came down to two things: performance on compute-heavy tasks and a need for good tooling. We used to have a Meteor based Node.js application which worked great for RAD and getting a working prototype in a short time, but we felt pains trying to scale it, especially when doing anything involving crunching data, which Node sucks at. We also had bad experience with tooling support for doing large scale refactorings in Javascript compared to the best-in-class tools available for Java (IntelliJ). Given the heavy domain and very involved logic we wanted good tooling support to be able to do great refactorings that are just not possible in Javascript. Java is an old warhorse, but it performs fantastically and we have not regretted going down this route, avoiding "enterprise" smells and going as lightweight as we can, using Jdbi instead of Persistence API, a homegrown Actor Model library for massive concurrency, etc ...

See more
Aleksandr Filatov
Contract Software Engineer - Microsoft · | 2 upvotes · 107.8K views
What is Proguard?

ProGuard is the most popular optimizer for Java bytecode. It makes your Java and Android applications up to 90% smaller and up to 20% faster. ProGuard also provides minimal protection against reverse engineering by obfuscating the names of classes, fields and methods.

How to use it in Cordova app?

I didn't find any plugins for it. So I've implemented it by myself and shared it on GitHub.

Feel free to use!

See more
Get Advice from developers at your company using StackShare Enterprise. Sign up for StackShare Enterprise.
Learn More
Pros of Meteor
Pros of PhoneGap
  • 252
    Real-time
  • 200
    Full stack, one language
  • 183
    Best app dev platform available today
  • 155
    Data synchronization
  • 152
    Javascript
  • 118
    Focus on your product not the plumbing
  • 107
    Hot code pushes
  • 106
    Open source
  • 102
    Live page updates
  • 92
    Latency compensation
  • 39
    Ultra-simple development environment
  • 29
    Real time awesome
  • 29
    Smart Packages
  • 23
    Great for beginners
  • 22
    Direct Cordova integration
  • 16
    Better than Rails
  • 15
    Less moving parts
  • 13
    It's just amazing
  • 10
    Blaze
  • 8
    Great community support
  • 8
    Plugins for everything
  • 6
    One command spits out android and ios ready apps.
  • 5
    It just works
  • 5
    0 to Production in no time
  • 4
    Coding Speed
  • 4
    Easy deployment
  • 4
    Is Agile in development hybrid(mobile/web)
  • 4
    You can grok it in a day. No ng nonsense
  • 2
    Easy yet powerful
  • 2
    AngularJS Integration
  • 2
    One Code => 3 Platforms: Web, Android and IOS
  • 2
    Community
  • 1
    Easy Setup
  • 1
    Free
  • 1
    Nosql
  • 1
    Hookie friendly
  • 1
    High quality, very few bugs
  • 1
    Stack available on Codeanywhere
  • 1
    Real time
  • 1
    Friendly to use
  • 46
    Javascript
  • 13
    Backed by Adobe
  • 11
    Free
  • 9
    Easy and developer friendly
  • 6
    Support more platforms
  • 3
    It's javascript, html, and css
  • 2
    Common code base across all mobile platform
  • 1
    Not bound to specific framework
  • 1
    Powerful Framework
  • 1
    Runs on mobile browser
  • 1
    Similar UI across all platform
  • 0
    Free easy fast and not buggy in my experience

Sign up to add or upvote prosMake informed product decisions

Cons of Meteor
Cons of PhoneGap
  • 5
    Does not scale well
  • 4
    Hard to debug issues on the server-side
  • 4
    Heavily CPU bound
  • 2
    Never as good as a native app
  • 1
    Created for web pages, not for complex Apps
  • 1
    Poor user experience
  • 1
    Not build for high performance
  • 1
    Hard to see

Sign up to add or upvote consMake informed product decisions

What is Meteor?

A Meteor application is a mix of JavaScript that runs inside a client web browser, JavaScript that runs on the Meteor server inside a Node.js container, and all the supporting HTML fragments, CSS rules, and static assets.

What is PhoneGap?

PhoneGap is a web platform that exposes native mobile device apis and data to JavaScript. PhoneGap is a distribution of Apache Cordova. PhoneGap allows you to use standard web technologies such as HTML5, CSS3, and JavaScript for cross-platform development, avoiding each mobile platforms' native development language. Applications execute within wrappers targeted to each platform, and rely on standards-compliant API bindings to access each device's sensors, data, and network status.

Need advice about which tool to choose?Ask the StackShare community!

What companies use Meteor?
What companies use PhoneGap?
See which teams inside your own company are using Meteor or PhoneGap.
Sign up for StackShare EnterpriseLearn More

Sign up to get full access to all the companiesMake informed product decisions

What tools integrate with Meteor?
What tools integrate with PhoneGap?

Sign up to get full access to all the tool integrationsMake informed product decisions

Blog Posts

What are some alternatives to Meteor and PhoneGap?
React
Lots of people use React as the V in MVC. Since React makes no assumptions about the rest of your technology stack, it's easy to try it out on a small feature in an existing project.
Angular
It is a TypeScript-based open-source web application framework. It is a development platform for building mobile and desktop web applications.
NuGet
A free and open-source package manager designed for the Microsoft development platform. It is also distributed as a Visual Studio extension.
RubyGems
It is a package manager for the Ruby programming language that provides a standard format for distributing Ruby programs and libraries, a tool designed to easily manage the installation of gems, and a server for distributing them.
Bower
Bower is a package manager for the web. It offers a generic, unopinionated solution to the problem of front-end package management, while exposing the package dependency model via an API that can be consumed by a more opinionated build stack. There are no system wide dependencies, no dependencies are shared between different apps, and the dependency tree is flat.
See all alternatives