Meteor

Meteor(流星)是构建现代web应用程序的超简单环境。(Meteor is an ultra-simple environment for building modern web applications.)

Github stars Tracking Chart

Meteor 是用于开发现代网络和移动应用程序的全套JavaScript平台。 Meteor包括一组关键的技术,用于构建连接客户端反应应用程序、构建工具以及来自于Node.js和一般JavaScript社区的一组精心设计的包。

  • Meteor允许您在所有环境中以一种语言开发JavaScript:应用程序服务器,Web浏览器和移动设备。
  • Meteor在线上使用数据,这意味着服务器发送数据,而不是HTML,客户端呈现数据。
  • Meteor拥抱生态系统,将极其活跃的JavaScript社区的最好的部分以谨慎和考虑的方式带给您。
  • Meteor提供完整的堆栈反应性,允许您的UI以最小的开发工作无缝地反映世界的真实状态。

Main metrics

Overview
Name With Ownermeteor/meteor
Primary LanguageJavaScript
Program languageHTML (Language Count: 16)
PlatformLinux, Mac, Windows
License:Other
所有者活动
Created At2012-01-19 01:58:17
Pushed At2025-07-18 20:49:43
Last Commit At2024-07-17 15:28:47
Release Count1585
Last Release Namerelease/METEOR@3.3 (Posted on )
First Release Namev0.0.40 (Posted on )
用户参与
Stargazers Count44.7k
Watchers Count1.5k
Fork Count5.2k
Commits Count39.9k
Has Issues Enabled
Issues Count9194
Issue Open Count256
Pull Requests Count2517
Pull Requests Open Count95
Pull Requests Close Count1742
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private

TravisCI Status
CircleCI Status
BrowserStack Status

Meteor is an ultra-simple environment for building modern web
applications.

With Meteor you write apps:

  • in modern JavaScript
  • that send data over the wire, rather than HTML
  • using your choice of popular open-source libraries

Try a getting started tutorial:

Next, read the guide and the documentation.

Quick Start

On Windows, the installer can be found at https://www.meteor.com/install.

On Linux/macOS, use this line:

curl https://install.meteor.com/, sh

Create a project:

meteor create try-meteor

Run it:

cd try-meteor
meteor

Developer Resources

Building an application with Meteor?

Interested in helping or contributing to Meteor? These resources will help:

We are hiring! Visit meteor.io/jobs to
learn more about working full-time on the Meteor project.

Uninstalling Meteor

Aside from a short launcher shell script, Meteor installs itself inside your
home directory. To uninstall Meteor, run:

rm -rf ~/.meteor/
sudo rm /usr/local/bin/meteor

On Windows, just run the uninstaller from your Control Panel.