-
Notifications
You must be signed in to change notification settings - Fork 12.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4200 from shaedrich/meteor
Create topic "Meteor"
- Loading branch information
Showing
2 changed files
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
aliases: meteorjs | ||
topic: meteor | ||
display_name: Meteor | ||
short_description: MeteorJS is a partly proprietary, mostly free and open-source isomorphic JavaScript web framework written using Node.js. | ||
logo: meteor.png | ||
related: mongodb, vulcanjs, pubsub | ||
created_by: Meteor Software, Meteor Development Group | ||
released: January 20, 2012 | ||
wikipedia_url: https://en.wikipedia.org/wiki/Meteor_(web_framework) | ||
github_url: https://github.com/meteor | ||
--- | ||
**Meteor**, or **MeteorJS**, (formerly known as **Skybreak**) is a partly proprietary, mostly free and open source isomorphic JavaScript web framework 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. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.