Hey all,
Playing around with my first Meteor/Apollo app and am wondering about deployment. Is it any different than deploying a standard Meteor app?
Hey all,
Playing around with my first Meteor/Apollo app and am wondering about deployment. Is it any different than deploying a standard Meteor app?
Shouldn’t be! Is there anything in particular you’re worried about?
Dang, that was fast. No, just curious as I get closer to that stage. Thanks.
What about the ‘localhost’ portion of the starter kit? https://github.com/apollostack/meteor-starter-kit/blob/master/server/main.js. Does that need to be adjusted for deployment?
Nope - that’s not really a problem, if you want extra security, you just need to make sure people can’t access arbitrary ports on your server. If you’re running on Galaxy it does this for you.
Is there movement towards implementing Apollo in Mantra?