Is there a way to communicate with USB devices from browser?

前端 未结 6 2108
孤独总比滥情好
孤独总比滥情好 2021-02-14 23:45

Is there a way to communicate with USB devices within regular browser (FF, Safari, IE8, etc)? I assume it could be Javascript -> Java bridge or something else.

Please a

6条回答
  •  轮回少年
    2021-02-15 00:01

    Electron can also be put to a good use here, since its build on node, it can access HID devices. There's also a nice node plugin to access HID devices.

提交回复
热议问题