Macbook M1에서 Meteor 실행기새롭게 개편된 미티어 클라우드 서비스. SSL, Prerender, mongodb까지 포함하는
무료티어
호스팅이 부활!!!하지만 이번에 새로 나온 맥북에어 M1에서 meteor를 설치하려하면Only 64-bit Intel processors
are
supported a
[https://velog.io/@edbera/
https://github.com/klaussner/meteor-cleaner
Meteor 프로젝트를 하다보면 ~/.meteor 폴더가 계속 커지게 된다.
사용하는 모듈 캐쉬가 계속해서 쌓이게 되는데 이 meteor-cleaner가 이 부분을 정리해준다.
거의 5일 이상 시간을 쏟아 부었다ㅠㅜ
서버렌더링이 필요한가?
* 데스크탑에서는 괜찮을 수 있다.
* 비컨텐츠 서비스에서는 괜찮을 수 있다.
하지만 모바일에서 답답한 로딩 화면을 보고 있어야 하고...
컨텐츠 서비스에서 컨텐츠 하나 본다고 클라이언트 렌더링을 기다리는
http://stackoverflow.com/questions/35124719/in-meteor-js-use-multiple-mongointernals-remotecollectiondriver-with-same-colle
storageServerDriver = new MongoInternals.RemoteCollectionDriver("mongodb://ip:port/dbName")
@CollectionTwo = storageServerDriver.open('collection')
Meteor One Paper Guide
WEBSITES AND BLOGS
* https://www.discovermeteor.com/blog
* https://www.eventedmind.com/
* https://meteorhacks.com/
* https://www.meteor.com/blog/
* http://www.manuel-schoebel.com/blog
* https://gentlenode.com/journal/