Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/meteor/meteor
Meteor, the JavaScript App Platform
https://github.com/meteor/meteor
build-system framework hacktoberfest hacktoberfest2023 javascript meteor mongodb nodejs npm react reactive-programming realtime rpc zero-configuration
Last synced: 7 days ago
JSON representation
Meteor, the JavaScript App Platform
- Host: GitHub
- URL: https://github.com/meteor/meteor
- Owner: meteor
- License: other
- Created: 2012-01-19T01:58:17.000Z (almost 13 years ago)
- Default Branch: devel
- Last Pushed: 2024-05-16T18:35:32.000Z (6 months ago)
- Last Synced: 2024-05-17T06:49:37.325Z (6 months ago)
- Topics: build-system, framework, hacktoberfest, hacktoberfest2023, javascript, meteor, mongodb, nodejs, npm, react, reactive-programming, realtime, rpc, zero-configuration
- Language: JavaScript
- Homepage: https://meteor.com
- Size: 120 MB
- Stars: 44,065
- Watchers: 1,556
- Forks: 5,162
- Open Issues: 317
-
Metadata Files:
- Readme: README.md
- Changelog: History.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-mongodb - Meteor - Real-time/reactive client-server framework based on MongoDB, with lots of features (Libraries / JavaScript)
- awesome-nodejs-cn - Meteor - 一个超简单、位于程序数据库和用户界面之间、保持二者之间数据同步更新的纯 Javascript Web 框架。 *(你可能会喜欢 [awesome-meteor](https://github.com/Urigo/awesome-meteor))* (包 / Web 框架)
- awesome-nodejs - Meteor - An ultra-simple, database-everywhere, data-on-the-wire, pure-Javascript web framework. *(You might like [awesome-meteor](https://github.com/Urigo/awesome-meteor))* ![](https://img.shields.io/github/stars/meteor/meteor.svg?style=social&label=Star) (Repository / Web Frameworks)
- awesome-mongodb - Meteor - Real-time/reactive client-server framework based on MongoDB, with lots of features (Libraries / JavaScript)
- awesome-nodejs-cn - Meteor - **star:44115** 一个超简单的、无处不在的数据库、在线数据、纯javascript web框架*(你可能会喜欢[awesome-meteor](https://github.com/Urigo/awesome-meteor))* ![star > 2000][Awesome] (包 / Web 框架)
- awesome-starred-test - meteor/meteor - Meteor, the JavaScript App Platform (JavaScript)
- awesome - meteor/meteor - Meteor, the JavaScript App Platform (JavaScript)
- my-awesome - meteor - Meteor, the JavaScript App Platform (JavaScript)
- awesome-repositories - meteor/meteor - Meteor, the JavaScript App Platform (JavaScript)
- awesome-github-star - meteor
- stars - meteor/meteor - Meteor, the JavaScript App Platform (JavaScript)
- awesome-for-beginners - Meteor - simple environment for building modern web applications. (JavaScript)
- awesome-nodejs - Meteor - An ultra-simple, database-everywhere, data-on-the-wire, pure-Javascript web framework. *(You might like [awesome-meteor](https://github.com/Urigo/awesome-meteor))* (Packages / Web frameworks)
- StarryDivineSky - meteor/meteor
- awesome-npm - Meteor - Node.js 全栈开发框架 (1. 后端开发 / 1.2 框架)
- awesome-javascript - meteor - Meteor, the JavaScript App Platform - ★ 40483 (MVC Frameworks and Libraries)
- awesome-node - Meteor - An ultra-simple, database-everywhere, data-on-the-wire, pure-Javascript web framework. *(You might like [awesome-meteor](https://github.com/Urigo/awesome-meteor))* (Packages / Web frameworks)
- awesome-nodejs-cn - Meteor - (目录 / Web框架)
- awesome-javascript - meteor - An ultra-simple, database-everywhere, data-on-the-wire, pure-javascript web framework. (MVC Frameworks and Libraries / Runner)
- fucking-awesome-for-beginners - Meteor - simple environment for building modern web applications. (JavaScript)
README
[![Travis CI Status](https://api.travis-ci.com/meteor/meteor.svg?branch=devel)](https://app.travis-ci.com/github/meteor/meteor)
[![CircleCI Status](https://circleci.com/gh/meteor/meteor.svg?style=svg)](https://app.circleci.com/pipelines/github/meteor/meteor?branch=devel)
[![built with Meteor](https://img.shields.io/badge/Meteor-3.0.3-green?logo=meteor&logoColor=white)](https://meteor.com)
![node-current](https://img.shields.io/node/v/meteor)
![Discord](https://img.shields.io/discord/1247973371040239676)
![Twitter Follow](https://img.shields.io/twitter/follow/meteorjs?style=social)
Meteor is an **ultra-simple** environment for building **modern** web applications.
- [Official Website](https://www.meteor.com)
- [Installation](https://docs.meteor.com/about/install.html)
- [Documentation](https://docs.meteor.com/#/full/)
### 📚 **Create your applications using modern JavaScript**
Benefit from the latest technology updates to rapidly prototype and develop your applications.
### ✨ **Integrate technologies you already use**
Use popular frameworks and tools right out-of-the-box. Focus on building features instead of configuring disparate components yourself.
### 💻 **Build apps for any device**
Use the same code whether you’re developing for web, iOS, Android, or desktop for a seamless update experience for your users.
# 🔥 Getting Started
How about trying a tutorial to get started with your favorite technology?
| [ React](https://docs.meteor.com/tutorials/react/) |
| - |
| [ Blaze](https://blaze-tutorial.meteor.com/) |
| [ Vue](https://vue-tutorial.meteor.com/) |
| [ Svelte](https://svelte-tutorial.meteor.com/) |Next, read the [documentation](https://docs.meteor.com/) and get some [examples](https://github.com/meteor/examples).
# 🚀 Quick Start
On your platform, use this line:
```shell
> npm install -g meteor
```
🚀 To create a project:```shell
> meteor create my-app
```☄️ Run it:
```shell
cd my-app
meteor
```# 🧱 Developer Resources
**Building an application with Meteor?**
* Deploy on [Meteor Cloud](https://www.meteor.com/cloud)
* Discuss on [Forums](https://forums.meteor.com/)
* Join the Meteor Discord by clicking this [invite link](https://discord.gg/hZkTCaVjmT).
* Announcement list. Subscribe in the [footer](https://www.meteor.com/).Interested in helping or contributing to Meteor? These resources will help:
* [Core development guide](DEVELOPMENT.md)
* [Contribution guidelines](CONTRIBUTING.md)
* [Feature requests](https://github.com/meteor/meteor/discussions/)
* [Issue tracker](https://github.com/meteor/meteor/issues)To uninstall Meteor:
- If installed via npm, run:
```shell
meteor-installer uninstall
```
- If installed via curl, run:
```shell
rm -rf ~/.meteor
sudo rm /usr/local/bin/meteor
```
To find more information about installation, [read here](https://docs.meteor.com/about/install.html#uninstall).