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!