meteor.js + cordova(framework7) 하이브리드 개발 - 미티어...

18
FRAMEWORK7 / IONIC HYBRID WITH METEOR.JS METEOR STARTUP 대표 진정원

Upload: -

Post on 21-Feb-2017

30 views

Category:

Software


8 download

TRANSCRIPT

Page 1: Meteor.js + Cordova(Framework7) 하이브리드 개발 - 미티어 하이브리드

FRAMEWORK7 / IONIC HYBRID WITH METEOR.JS

METEOR STARTUP 대표 진정원

Page 2: Meteor.js + Cordova(Framework7) 하이브리드 개발 - 미티어 하이브리드

-

WHAT’S BEST WEB FRAMEWORK

▸ 지가 쓰던거

Page 3: Meteor.js + Cordova(Framework7) 하이브리드 개발 - 미티어 하이브리드

-

HYBRID FRAMEWORK

▸ Ionic / Framework7

▸ Mobile Angular UI / OnsenUI

▸ Sent Touch / Famo.us

▸ DUNAMIS / Antena

▸ Cordova

Page 4: Meteor.js + Cordova(Framework7) 하이브리드 개발 - 미티어 하이브리드

-

WHY HYBRID

▸ 1타2피

Page 5: Meteor.js + Cordova(Framework7) 하이브리드 개발 - 미티어 하이브리드

-

REALLY?

▸ Configuration

▸ Server Framework

▸ Limited Component / Functionality

▸ Data binding

▸ Bug… Bug… Bug…

Page 6: Meteor.js + Cordova(Framework7) 하이브리드 개발 - 미티어 하이브리드

-

SO?

▸ Start from Server Side

폐 간

Page 7: Meteor.js + Cordova(Framework7) 하이브리드 개발 - 미티어 하이브리드

-

Page 8: Meteor.js + Cordova(Framework7) 하이브리드 개발 - 미티어 하이브리드

-

PROS

▸ Easy Install & Easy Start

▸ Javascript Only / Full Node.js Application (Npm available)

▸ Reactive(Publication/Subscription) / Latency Comprehension

▸ DDP / Data binding

▸ UI Independent

▸ Blaze.js (Handlebars.js) / Angular.js / React.js

▸ Mobile by Cordova

Page 9: Meteor.js + Cordova(Framework7) 하이브리드 개발 - 미티어 하이브리드

-

CONS

▸ Reactive

▸ Frequent Update

▸ No 한글

▸ http://webframeworks.kr/getstarted/meteorjs/

▸ https://www.facebook.com/groups/meteorschool/

Page 10: Meteor.js + Cordova(Framework7) 하이브리드 개발 - 미티어 하이브리드

-

백문이..

▸ Install & Run Server

▸ 3 command

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

▸ meteor create projectName

▸ meteor

Page 11: Meteor.js + Cordova(Framework7) 하이브리드 개발 - 미티어 하이브리드

CORDOVA

Page 12: Meteor.js + Cordova(Framework7) 하이브리드 개발 - 미티어 하이브리드

-

백문이..

▸ Install & Basic Coding

Page 13: Meteor.js + Cordova(Framework7) 하이브리드 개발 - 미티어 하이브리드

-

FRAMEWORK7

Page 14: Meteor.js + Cordova(Framework7) 하이브리드 개발 - 미티어 하이브리드

-

백문이..

▸ Install & Basic Coding

Page 15: Meteor.js + Cordova(Framework7) 하이브리드 개발 - 미티어 하이브리드

-

IONIC

Page 16: Meteor.js + Cordova(Framework7) 하이브리드 개발 - 미티어 하이브리드

-

백문이..

▸ 응? 아키텍쳐에 Angular만있네??

▸ Meteor + Ionic = Meteoric

Page 17: Meteor.js + Cordova(Framework7) 하이브리드 개발 - 미티어 하이브리드

-

CONCLUSION

▸ 쉽다

▸ 빠르다

▸ 재밌다

▸ 풍부하다

Page 18: Meteor.js + Cordova(Framework7) 하이브리드 개발 - 미티어 하이브리드

APPENDIX