node-go
v0.1.1-alpha.1
Published
Bindings for Go ABI and tooling to integrate Go code.
Downloads
3
Readme
node-go
Bindings for Go ABI and tooling to integrate Go code.
This module was just created and has no exposed functionality so far. Do not download.
Installation
npm install --save node-go
Research
Since the inception of 1.5 (tbc), Go
offers -buildmodes
, which effectively allow you to have unmangled symbols(tbc) in Go binaries and to call them via their an ABI. Read up un -buildmodes
here.
Implementations for other languages can be found for Python here and here.
Rob Pike's talk about the toolchain over at Hakka Labs
Usage
Credits
License
MIT