Hacker News new | ask | show | jobs
by Zarel 3824 days ago
The point is that NAN2 is compatible with old versions of Node and io.js, not that NAN2 is compatible with NAN1.

This is bolded in the article we're discussing:

> NAN's promise is to provide a single API to develop against, not a forever-stable API, it was always anticipated that it would change and adapt to V8 but do so in a way that you get to remain compatible with older versions of V8.

1 comments

I am fully aware of that. I had to port orphaned NAN1 code to the new v8 API which I found easier to work with than NAN2.