Skip to main content

Bindings

Same lib, four languages. Go's the native one. The rest call into a cgo-built shared library, so you're getting the exact same wire behaviour everywhere.

In this section

  • Go: the native API, idiomatic Go
  • Python: a requests-shaped wrapper over cgo
  • Node.js: koffi-backed, ESM and CJS both work
  • .NET: P/Invoke wrapper for .NET 8+