Apollo and Meteor

Hi,

Im using Meteor on my current project (mostly because i keep it simple, i dont want a webapck configuration that somehow i end up 25% of my time tunning it because compile something bad). If i deploy my app using Meteor but the most im going to use is a Meteor.startup and /server & /client folders.

Is there any performance issue doing this ? is there any way to disable mini-mongo or sockets ?

Thanks Guys!

There is no downside to this. Just remove all packages except for meteor-base and you won’t have mongo or blaze or anything.

You’ll still have a socket for hot code push but I don’t think that’s a big problem at all.

1 Like