Meteor


原文链接: Meteor

Meteor 中文社区
Meteor 中文文档
Iron.Router 指南
Discover Meteor 中文版
[](https://github.com/MeteorChina)
Meteor开发指南

Meteor-DDP

Rocket.Chat
Meteor 中文文档

Rendering frameworks
Blaze (Meteor default)
React (Facebook)
Angular (Google)

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

##meteor代理

on Linux or Mac OS X

export HTTP_PROXY=http://user:password@1.2.3.4:5678
export HTTPS_PROXY=http://user:password@1.2.3.4:5678
meteor update

on Windows

SET HTTP_PROXY=http://user:password@1.2.3.4:5678
SET HTTPS_PROXY=http://user:password@1.2.3.4:5678
meteor update

Meteor shell
##client
meteor add http
HTTP.get();
##searver
Restivus

##DDP

curl /api/login -d "username=test&passworld="

mogodb

Meteor mongo
show dbs

`