SSR React in Go

This page summarizes the projects mentioned and recommended in the original post on dev.to

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-ssr-poc

    Simple implementation of SSRing React in Go

  • Go SSR POC GitHub Repository

  • go-react-ssr

    Build full-stack web apps with Go & React. End to end type-safety and lightning fast ⚡️

  • Go React SSR GitHub Repository

  • 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
  • dom-examples

    Code examples that accompany various MDN DOM and Web API documentation pages

  • I added polyfills for the Web APIs used in the React code.

  • v8go

    Execute JavaScript from Go

  • Firstly, I used rogchap/v8go to execute JavaScript in a Go environment. I listed other options below.

  • goja

    ECMAScript/JavaScript engine in pure Go

  • dop251/goja

  • otto

    A JavaScript interpreter in Go (golang)

  • robertkrimen/otto

  • quickjs-go

    golang binding quickjs

  • quickjs-go/quickjs-go

  • 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
  • quickjs

    Go bindings to QuickJS: a fast, small, and embeddable ES2020 JavaScript interpreter. (by elsaland)

  • elsaland/quickjs

  • esbuild

    An extremely fast bundler for the web

  • Use esbuild to build the React code into a form executable on both the server and client sides.

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