How to communicate with a smartcard reader using node.js?

Hello there, Probably you just acquired a Smart Card Reader and now you are looking for to handle the communication. Smart Card Reader requires us to implement the CCID protocol. There’s an awesome lib for node.js that implements PC/SC which is actually a standard way to talk with smart cards. It’s called node-psclite. To make it easier … Continue reading How to communicate with a smartcard reader using node.js?