Meteor (web framework)
Developer(s) | Meteor Development Group |
---|---|
Initial release | January 20, 2012[1] |
Stable release |
1.4
/ July 25, 2016[2] |
Repository |
github |
Development status | Active |
Written in | JavaScript |
Operating system | Cross-platform |
Type | JavaScript framework |
License | MIT License |
Website |
www |
Meteor, or MeteorJS, is a free and open-source JavaScript web framework[3] written using Node.js. Meteor allows for rapid prototyping and produces cross-platform (Android, iOS, Web) code. It integrates with MongoDB and 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. On the client, Meteor depends on jQuery and can be used with any JavaScript UI widget library.
Meteor is developed by the Meteor Development Group. The startup was incubated by Y Combinator[4] and received $11.2M in funding from Andreessen Horowitz in July 2012.[5]
History
Meteor was first introduced in December 2011 under the name Skybreak.[6][7]
In October 2014, Meteor Development Group acquired Y Combinator alum FathomDB, with the goal of expanding Meteor's database support.[8]
Books
- Coleman, Tom; Greif, Sacha - Discover Meteor (2014)[9]
- Hochhaus, Stephan; Schoebel, Manuel - Meteor in Action (2014)[10]
- Müns, Philipp - Auditing Meteor Applications (2016)- link does not exist anymore -[11]
- Strack, Isaac - Getting started with Meteor.js JavaScript framework (2012)[12]
- Susiripala, Arunoda - Bulletproof Meteor (2014)[13]
- Susiripala, Arunoda - Meteor Explained - A Journey Into Meteor’s Reactivity (2014)[14]
- Turnbull, David - Your First Meteor Application: A Complete Beginner's Guide to the Meteor JavaScript Framework (2014)[15]
References
- ↑ Earliest known 0.1 release
- ↑ "Meteor releases". GitHub. Retrieved 25 July 2016.
- ↑ Vanian, Jonathan (27 December 2014). "Meteor wants to be the warp drive for building real-time apps". Gigaom.
- ↑ Tan, Garry. "Meteor (YC S11) raises $11.2M from Andreessen Horowitz and Matrix Partners to create the next Ruby on Rails". Y Combinator.
- ↑ Finley, Klint (2012-07-25). "Andreessen Horowitz Keeps Eating The Software World With $11.2 Million Investment In JavaScript Framework Company Meteor". TechCrunch.
- ↑ Skybreak is now Meteor
- ↑ Meteor: Etherpad Founder & Other Rockstars Team Up To Make Web App Development A Breeze
- ↑ Lardinois, Frederic (2014-10-07). "Meteor Acquires YC Alum FathomDB For Its Development Platform". TechCrunch.
- ↑ Coleman, Tom; Grief, Sacha. Discover Meteor.
- ↑ Hochhaus, Stephan; Schoebel, Manuel (2014). Meteor in Action. Manning. ISBN 9781617292477.
- ↑ Müns, Philipp (2016). Auditing Meteor Applications. Just Meteor.
- ↑ Strack, Isaac (2012). Getting started with Meteor.js JavaScript framework (New Edition. ed.). Birmingham, UK: Packt Pub. ISBN 978-1782160823.
- ↑ Susiripala, Arunoda. "Bulletproof Meteor". Meteorhacks.
- ↑ Susiripala, Arunoda. "Meteor Explained - A Journey Into Meteor's Reactivity". Meteorhacks.
- ↑ Turnbull, David (30 July 2014). Your First Meteor Application.