Meteor

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

Github星跟踪图

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

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

主要指标

概览
名称与所有者meteor/meteor
主编程语言JavaScript
编程语言HTML (语言数: 16)
平台Linux, Mac, Windows
许可证Other
所有者活动
创建于2012-01-19 01:58:17
推送于2025-06-13 16:14:49
最后一次提交2024-07-17 15:28:47
发布数1585
最新版本名称release/METEOR@3.3 (发布于 )
第一版名称v0.0.40 (发布于 )
用户参与
星数44.7k
关注者数1.5k
派生数5.2k
提交数39.5k
已启用问题?
问题数9180
打开的问题数249
拉请求数2486
打开的拉请求数90
关闭的拉请求数1732
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?

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.