Meteor (web framework)

Last updated

Meteor
Developer(s) Meteor Software
Initial releaseJanuary 20, 2012;12 years ago (2012-01-20) [1]
Stable release
3.0 [2]   OOjs UI icon edit-ltr-progressive.svg / 22 July 2024;5 months ago (22 July 2024)
Repository Meteor Repository
Written in JavaScript
Operating system Cross-platform
Type JavaScript framework
License MIT License. For dependencies: various including proprietary.
Website www.meteor.com OOjs UI icon edit-ltr-progressive.svg

Meteor, or MeteorJS, is a partly proprietary, mostly free and open-source isomorphic JavaScript web framework [3] written using Node.js. Meteor allows for rapid prototyping and produces cross-platform (Android, iOS, Web) code. The server-side MongoDB program is the only proprietary component of Meteor and is part of the Meteor download bundle. It is possible to use Meteor without using the server-side MongoDB. It uses the Distributed Data Protocol and a publish–subscribe pattern to automatically propagate data changes to clients without requiring the developer to write any synchronization code.

Contents

Meteor uses JavaScript as its primary programming language, enabling developers to use a single language for both client-side and server-side code.[ citation needed ] This approach can streamline the development process for mobile applications by reducing the need for additional programming languages.[ citation needed ] On the client, Meteor can be used with any popular front-end JS framework.[ citation needed ]

Meteor is developed by Meteor Software. The startup was incubated by Y Combinator [4] and received $11.2M in funding from Andreessen Horowitz in July 2012. [5] Meteor raised an additional $20M in Series B funding from Matrix Partners, Andreessen Horowitz and Trinity Ventures. [6] It intends to become profitable by offering Galaxy, an enterprise-grade hosting environment for Meteor applications. [7]

History

Having been in development for about eight months, Meteor was initially released in December 2011 under the name Skybreak. [8] By April 2012, the framework was renamed Meteor and officially launched. [9] During the next few months, and with the help of large investments from Andreessen Horowitz and endorsements from high-profile figures in the startup world, [9] Meteor steadily increased its user base. It became more commonly used in production apps and websites.

Particularly after receiving large amounts of venture capital in its Series B funding round, Meteor acquired and integrated several other startups into its core product. Acquisitions have included FathomDB, a cloud database startup, [10] Galaxy, a cloud platform for operating and managing Meteor applications, [11] and Kadira, a performance monitoring solution. [12] Meteor has successfully monetized its userbase: In 2016, Meteor beat its own revenue goals by 30% by offering web hosting for Meteor apps through Galaxy. [13]

From 2016 the Meteor Development Group (the open source organisation powering Meteor) started working on a new backend layer based on GraphQL to gradually replace their pub/sub system, largely isolated in the whole node.js ecosystem: the Apollo framework.

In October 2019, the Meteor.js open source framework and Galaxy Hosting Products were purchased by Tiny Capital and renamed Meteor Software. [14]

Distributed Data Protocol

Distributed Data Protocol (or DDP) is a client–server protocol for querying and updating a server-side database and for synchronizing such updates among clients. It uses the publish–subscribe messaging pattern. It was created for use by the Meteor JavaScript framework. [15] The DDP Specification is located on GitHub. [16]

Books

Packages and tools

See also

Related Research Articles

In computing, a solution stack or software stack is a set of software subsystems or components needed to create a complete platform such that no additional software is needed to support applications. Applications are said to "run on" or "run on top of" the resulting platform.

A single-page application (SPA) is a web application or website that interacts with the user by dynamically rewriting the current web page with new data from the web server, instead of the default method of loading entire new pages. The goal is faster transitions that make the website feel more like a native app.

<span class="mw-page-title-main">Node.js</span> JavaScript runtime environment

Node.js is a cross-platform, open-source JavaScript runtime environment that can run on Windows, Linux, Unix, macOS, and more. Node.js runs on the V8 JavaScript engine, and executes JavaScript code outside a web browser.

CommonJS is a project to standardize the module ecosystem for JavaScript outside of web browsers.

<span class="mw-page-title-main">Opa (programming language)</span> Programming language for developing scalable web applications

Opa is a programming language for developing scalable web applications. It is free and open-source software released under a GNU Affero General Public License (AGPLv3), and an MIT License.

AngularJS is a discontinued free and open-source JavaScript-based web framework for developing single-page applications. It was maintained mainly by Google and a community of individuals and corporations. It aimed to simplify both the development and the testing of such applications by providing a framework for client-side model–view–controller (MVC) and model–view–viewmodel (MVVM) architectures, along with components commonly used in web applications and progressive web applications.

Backend as a service (BaaS), sometimes also referred to as mobile backend as a service (MBaaS), is a service for providing web app and mobile app developers with a way to easily build a backend to their frontend applications. Features available include user management, push notifications, and integration with social networking services. These services are provided via the use of custom software development kits (SDKs) and application programming interfaces (APIs). BaaS is a relatively recent development in cloud computing, with most BaaS startups dating from 2011 or later. Some of the most popular service providers are AWS Amplify and Firebase.

<span class="mw-page-title-main">Vert.x</span>

Eclipse Vert.x is a polyglot event-driven application framework that runs on the Java Virtual Machine.

<span class="mw-page-title-main">Ember.js</span> JavaScript framework

Ember.js is an open-source JavaScript web framework that utilizes a component-service pattern. It is designed to allow developers to create scalable single-page web applications by incorporating common idioms, best practices, and patterns from other single-page-app ecosystem patterns into the framework.

<span class="mw-page-title-main">Plotly</span> Canadian computing company

Plotly is a technical computing company headquartered in Montreal, Quebec, that develops online data analytics and visualization tools. Plotly provides online graphing, analytics, and statistics tools for individuals and collaboration, as well as scientific graphing libraries for Python, R, MATLAB, Perl, Julia, Arduino, JavaScript and REST.

<span class="mw-page-title-main">MEAN (solution stack)</span> JavaScript software stack

MEAN is a source-available JavaScript software stack for building dynamic web sites and web applications. A variation known as MERN replaces Angular with React.js front-end, and another named MEVN use Vue.js as front-end.

Express.js, or simply Express, is a back end web application framework for building RESTful APIs with Node.js, released as free and open-source software under the MIT License. It is designed for building web applications and APIs. It has been called the de facto standard server framework for Node.js.

React is a free and open-source front-end JavaScript library that aims to make building user interfaces based on components more "seamless". It is maintained by Meta and a community of individual developers and companies.

<span class="mw-page-title-main">JHipster</span> Web application generator

JHipster is a free and open-source application generator used to quickly develop modern web applications and Microservices using Angular or React and the Spring Framework.

This is a list of articles related to the JavaScript programming language.

Isomorphic JavaScript, also known as Universal JavaScript, describes JavaScript applications which run both on the client and the server.

<span class="mw-page-title-main">Netlify</span> American cloud computing company

Netlify is a remote-first cloud computing company that offers a development platform that includes build, deploy, and serverless backend services for web applications and dynamic websites.

Next.js is an open-source web development framework created by the private company Vercel providing React-based web applications with server-side rendering and static rendering.

htmx is an open-source front-end JavaScript library that extends HTML with custom attributes that enable the use of AJAX directly in HTML and with a hypermedia-driven approach. These attributes allow for the dynamic definition of a web page directly in HTML and CSS, without the need for writing additional JavaScript. These attributes allows tasks that traditionally required writing JavaScript to be done completely with HTML. The library was created by Carson Gross as a new version of intercooler.js.

References

  1. "Bump to version 0.1.1 · meteor/meteor@4e4358e". GitHub.
  2. "Meteor.js 3 is officially here!". 22 July 2024. Retrieved 19 August 2024.
  3. Vanian, Jonathan (27 December 2014). "Meteor wants to be the warp drive for building real-time apps". Gigaom.
  4. Tan, Garry. "Meteor (YC S11) raises $11.2M from Andreessen Horowitz and Matrix Partners to create the next Ruby on Rails". Y Combinator.
  5. Finley, Klint (25 July 2012). "Andreessen Horowitz Keeps Eating The Software World With $11.2 Million Investment In JavaScript Framework Company Meteor". TechCrunch.
  6. "Announcing our $20m Series B Funding – Meteor Blog". Meteor Blog. 19 May 2015. Retrieved 29 September 2017.
  7. "Meteor's new $11.2 million development budget – Meteor Blog". meteor.com. 25 July 2012.
  8. "Skybreak is now Meteor – Meteor Blog". meteor.com. 20 January 2012.
  9. 1 2 "Meteor: Etherpad Founder & Other Rockstars Team Up To Make Web App Development A Breeze – TechCrunch". techcrunch.com. 11 April 2012.
  10. Lardinois, Frederic (7 October 2014). "Meteor Acquires YC Alum FathomDB For Its Development Platform". TechCrunch.
  11. DeBergalis, Matt (5 October 2015). "Announcing Meteor Galaxy". Meteor Blog. Retrieved 3 February 2017.
  12. "MDG acquires Kadira APM – Meteor Blog". Meteor Blog. 24 March 2017. Retrieved 29 September 2017.
  13. "Meteor in 2017 – Meteor Blog". Meteor Blog. 26 January 2017. Retrieved 20 November 2017.
  14. "Tiny Acquires Meteor". 26 January 2017.
  15. "Introducing DDP" . Retrieved 29 May 2013.
  16. "DDP Specification". GitHub . Retrieved 24 April 2014.
  17. Coleman, Tom; Grief, Sacha. Discover Meteor. Archived from the original on 20 April 2016. Retrieved 2 February 2015.
  18. Hochhaus, Stephan; Schoebel, Manuel (2014). Meteor in Action. Manning. ISBN   9781617292477.
  19. Strack, Isaac (2012). Getting started with Meteor.js JavaScript framework (New ed.). Birmingham, UK: Packt Pub. ISBN   978-1782160823.
  20. Susiripala, Arunoda. "Bulletproof Meteor". Meteorhacks.
  21. Robinson, Josh (30 December 2015). Introducing Meteor. Gray, Aaron,, Titarenco, David. [Berkeley, CA]. ISBN   9781430268352. OCLC   934083393.{{cite book}}: CS1 maint: location missing publisher (link)
  22. Susiripala, Arunoda. "Meteor Explained: A Journey Into Meteor's Reactivity". Meteorhacks.
  23. Turnbull, David (30 July 2014). Your First Meteor Application.
  24. "Inject Detect". www.injectdetect.com. Retrieved 29 September 2017.
  25. "VulcanJS: The full-stack React+GraphQL framework". vulcanjs.org. Retrieved 29 September 2017.
  26. "meteor-react-native". github.com. Retrieved 23 May 2021.