I would like to use some of the c++ frameworks offered in cocoa to use with in the node.js addon system.
If say for example how would you get the mouse position at the os level in node.js on a mac if you can not use the cocoa frameworks in a node.js addon.
If there is a way to link it up could someone please provide help in how to do that?
Cocoa is written in ObjC isn't it? That way you might just be able to use it with NodObjC.
If you are looking to integrate C++ your goto source of knowledge is node core's Nan.
new implementations do that with C++ deps like here for desktop automation.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With