SaaSHub helps you find the best software and product alternatives Learn more β
Goja Alternatives
Similar projects and alternatives to goja
-
-
Kargo
Stop Scripting Promotions. Start Shipping with Kargo. Kargo automates promotion across dev, staging, and prod with approval gates and verification. Open source, built by the team behind Argo CD. Download now.
-
-
-
-
-
-
-
AppSignal
Monitoring that respects your time & budget. APM, error tracking, and dashboards for modern web apps. Ten-minute setup, transparent flat pricing, and support from engineers who actually use the product.
-
-
-
expr
Discontinued Expression language and expression evaluation for Go [Moved to: https://github.com/expr-lang/expr] (by antonmedv)
-
-
-
-
-
-
-
-
-
flyscrape
Flyscrape is a command-line web scraping tool designed for those without advanced programming skills.
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
goja discussion
goja reviews and mentions
-
Mark Zuckerberg tells staff that AI agents haven't progressed enough
> Architectural decisions are not lintable.
I made a tool called ProjectLint to lint architectural decisions and anything that ESLint and ArchUnit and others like that wouldn't be a good fit for. It's not public yet, but is fairly rudimentary and based on Go + goja: https://github.com/dop251/goja
You write rules in ESLint, it makes sure that they're followed. If it's a file in your repo, it can obviously be checked. Now whether you can describe your architecture well enough to lint it (at least the stuff you care about enforcing), that's a different question.
-
RaTeX: KaTeX-compatible LaTeX rendering engine in pure Rust
We recently switched from Node.js + Mathjax for rendering latex to Goja (https://github.com/dop251/goja) + Mathjax, and surprisingly it worked really well. We did this because the app is already 99% golang, and this allows us to eliminate the remaining non-go pieces like Node.js. And yes, we tried go-latex, but it's not nearly as feature complete as Mathjax.
-
Be intentional about how AI changes your codebase
I've been writing my own linter that's supposed to check projects regardless of the technology (e.g. something that focuses on architecture and conventions, alongside something like Oxlint/Oxfmt and Ruff and so on), with Go and goja: https://github.com/dop251/goja
Basically just a bunch of .js rules that are executed like:
projectlint run --rules-at ./projectlint-rules ./src -
JavaScript engines zoo β Compare every JavaScript engine
I looked at goja [1] as that's a pure Go engine that's advertising only as ES5. ES6 modules seem to have been implemented only in the sobek fork [2] so there's some hurdles of using it in practice right now.
The detailed report [3] is quite nice tbh, I think that would be some nice document to refer to.
[1] https://github.com/dop251/goja
[2] https://github.com/grafana/sobek
[3] https://github.com/ivankra/javascript-zoo/blob/master/engine...
- Boa: A standard-conforming embeddable JavaScript engine written in Rust
-
Move on to ESM-Only
And yes I know that Grafana has a fork called Sobek that has ESM support, but it is tailored for k6 and they don't have plans for making it easier to use. [2]
[1] https://github.com/dop251/goja/issues/348
-
TrailBase: Fast & Open FireBase alternative
The benchmark sets up a custom HTTP endpoint /fibonacci?n= using the same slow recursive Fibonacci implementation for both, PocketBase and TrailBase. This is meant as a proxy for a computationally heavy workload to primarily benchmark the performance of the underlying JavaScript engines: goja for PocketBase and V8 for TrailBase. In other words, the impact of any overhead within PocketBase or TrailBase is diminished by the time it takes to compute fibonacci(N) for sufficiently large N.
- Exploring Goja: A Golang JavaScript Runtime
-
Running a Javascript VM in Golang: Data Transforms via User Scripts
We will be using the goja library, a JavaScript VM written in Go, to execute JavaScript code. This setup allows developers to provide custom transformation logic for http payloads and headers.
- Goja: ECMAScript/JavaScript engine in pure Go
-
A note from our sponsor - SaaSHub
www.saashub.com | 4 Sep 2026
Stats
dop251/goja is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of goja is Go.