I want to use MeteorJS server as a pure Application Server, which means, I only want it to handle Publications and Server Methods. I want to have a dedicated server to serve the HTML, CSS and Javascript bundle to the client but the application would use another server to handle all the DDP connections.
Is there a non-hacky and reliable way to do this?
Would this approach help to scale an application, by removing the static content out of the way?