Meteor 1.5 dynamic imports from non-Meteor app

Does anyone know if the Meteor 1.5 module server that will be serving up dynamically imported modules can be accessed from another application that isn’t built with Meteor?

I’ve built a static site generator with Meteor that can generate an HTML, CSS and JS file for a static website. I’d love if this generated site, which isn’t a Meteor app, was still able to dynamically import modules. Are they loaded over DDP/REST in a manner that another DDP/REST client could request for the module?

bump it up, would like to know if it’s possible