node-addon-examples icon indicating copy to clipboard operation
node-addon-examples copied to clipboard

Please add samples for languages like Go and Rust

Open jsoneaday opened this issue 2 years ago • 2 comments

It would be a huge help to have samples for those two very popular languages. Thank you.

jsoneaday avatar Feb 24 '23 22:02 jsoneaday

Hi @jsoneaday, here you can find all the known bindings and implementation of Node-API https://github.com/nodejs/abi-stable-node/blob/doc/node-api-engine-bindings.md. For Rust you have many implementations and you can find some examples in the corresponding repositories. I experimented on building the Go binding and in the last 2 weeks I started a new implementation.

NickNaso avatar Feb 24 '23 22:02 NickNaso

@jsoneaday PRs are welcome for adding samples that you suggest.

mhdawson avatar Mar 02 '23 21:03 mhdawson