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
發布數1540
最新版本名稱release/METEOR@2.16-beta.1 (發布於 )
第一版名稱v0.0.40 (發布於 )
創建於2012-01-19 01:58:17
推送於2024-04-28 08:36:33
最后一次提交2024-02-05 16:01:45
星數44k
關注者數1.6k
派生數5.2k
提交數34.6k
已啟用問題?
問題數9015
打開的問題數248
拉請求數2125
打開的拉請求數66
關閉的拉請求數1654
已啟用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.

去到頂部