USB application using Meteor

Hello,
We are exploring Meteor environment. Our projects requirement is to build an application using HTML, Javascript for USB communication. Initially it is meant for desktop but going ahead we want a Android, iOS application as well.
I wanted to know if Meteor has support for such kind of scenario?

Thanks,
Shraddha

For a server(non-mobile) solution sure.

You could probably wrap: https://www.npmjs.com/package/usb or similar into a meteor package and get something going.

For a mobile solution you’d need a cordova plugin that allows your application to talk to the USB devices. I did some intial searching for you but did not find much.

So in short, no built in support no. But you can wrap your own functions into packages etc.