Tuesday 12 January 2016

Native node module in C?

I want to create some native node modules in C.I realize that I'll need to have some C++ wrappers. That's fine.What I really want to do is target Linux, OSX and Windows OR, alternatively, Node Webkit or Electron (since they're all capable of running on all three platforms anyways).I tried doing this in Windows and it blows chunks. I suppose it would be better if I could do it in Linux and cross compile to Windows and OSX. Is that possible?I've got an Ubuntu VM and an actual dedicated Ubuntu laptop I can use.

Submitted January 12, 2016 at 09:09AM by allthingseverywhere

No comments:

Post a Comment