Running a Js file inside Go

This page summarizes the projects mentioned and recommended in the original post on /r/golang

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • go-duktape

    Discontinued [abandoned] Duktape JavaScript engine bindings for Go

  • I have used go-duktape but unfortunately it has been abandoned. https://github.com/olebedev/go-duktape

  • goja

    ECMAScript/JavaScript engine in pure Go

  • Either call a JavaScript interpreter like node with exec.Command and read its stdout, or use a pure Go JavaScript interpreter like goja or otto.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • otto

    A JavaScript interpreter in Go (golang)

  • Either call a JavaScript interpreter like node with exec.Command and read its stdout, or use a pure Go JavaScript interpreter like goja or otto.

  • alpaca

    A local HTTP proxy for command-line tools. Supports PAC scripts and NTLM authentication. (by samuong)

  • Have a look at https://github.com/samuong/alpaca which is the project.

  • js

    ECMAScript/JavaScript engine in pure Go (by zlsgo)

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts