Goja: A Golang JavaScript Runtime (jtarchie.com)
This post explores [Goja](https://github.com/dop251/goja), a JavaScript runtime library in the Golang ecosystem. Goja stands out as a powerful tool for embedding JavaScript within Go applications, offering unique advantages when manipulating data and exposing an SDK that doesn’t require a `go build` step.