I’d like to use meteor for a mobile phone project here in China, where the bandwidth is terrible. So i want it as lightweight as possible.
Is there a way to use meteor without blaze/react, no router, just my own lightweight front-end, and still get access to DDP and pubsub, mini-mongo, as well as the awesome fiber wrapping mongo server side?
I think i tried this and there still seemed to be a huge amount of code getting shipped.
What’s the minimum meteor can be cut down to?
Is there much overhead in server side with meteor vs a plain node app?