camme / node-nfc

A first try at binding libnfc to node. This project is right now not good enough to use.
68 stars 39 forks source link

Use Nan for later version compatibility #19

Closed sdumetz closed 8 years ago

sdumetz commented 8 years ago

To keep things simple it's advised to use NAN which will abstract all the API changes between node versions. this will allow the module to be compatible with node 0.10 to 5.x.

I can work with you on this if you want to implement it.

jeroenvollenbrock commented 8 years ago

It's already implemented in the version on github. It's just not published to npm. See #8

sdumetz commented 8 years ago

OK. Closing this then. Thanks.