Srw
Srw

Reputation: 79

Finger scanner in node-webkit application

I am just starting my NodeJS way and do not understand all power of it.

I want to develop node-webkit desktop application (windows), and I know that I will have the task to integrate any fingerprint verification device to it.

I found one interesting thing named node addons. If I will have C++ sdk for fingerprint verifyer is it possible to develop some wrapper to use it in Node?

Thanks

Upvotes: 2

Views: 509

Answers (1)

Kevin Reilly
Kevin Reilly

Reputation: 6252

Yes, that should work. You will likely also need nw-gyp.

Upvotes: 2

Related Questions