Skip to content

Instantly share code, notes, and snippets.

@luckyyang
Last active August 29, 2015 14:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luckyyang/8c428fab6f7ef22cbe61 to your computer and use it in GitHub Desktop.
Save luckyyang/8c428fab6f7ef22cbe61 to your computer and use it in GitHub Desktop.
Meteor 可以做哪些功能
  1. 页面实时刷新:meteor 自带功能
  2. media(拍照, 语音, 录像):使用 cordova API
  3. js 集成(环信,地图,高德,支付): 使用相关服务的 js API,和 meteor 无关
  4. 缓存(类似微信朋友圈,图片第一次加载之后,再次进入朋友圈,就不用再次从 server 端下载了):浏览器自身就带缓存功能,不用做额外的编程工作,和 meteor 无关
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment