A node server that can execute c and c++ code natively. Why is this useful? Many reasons, try executing auth on a separate thread.
$ git clone https://github.com/CHBaker/node-plus-c.git
$ cd src/app
$ node server.js
- open http://localhost:5050
The module is inside the 'c' folder, the binding.gyp file tells the command $ gyp configure
where it is and then it builds the module into a Node Addon.
Then, in server.js, we import it and call the function just like any other JS module.
This project was made following the node docs