tomkp / smartcard

PCSC smartcard reader library for nodejs
MIT License
134 stars 56 forks source link

use the library in browser context? #15

Closed sumantfordev closed 4 years ago

sumantfordev commented 4 years ago

Hello, Can this library be used from browser. I mean if we create a webserver using node js can this puggin run on client end to connect to any smartcard available on the client device?

tomkp commented 4 years ago

No - you won't be able to connect to a smartcard device from within the browser. If you need a UI then you can use something like Electron (https://www.electronjs.org/)