SSR React in Go

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

Sevalla - Deploy and host your apps and databases, now with $50 credit!
Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
sevalla.com
featured
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
  1. go-ssr-poc

    Simple implementation of SSRing React in Go

    Go SSR POC GitHub Repository

  2. Sevalla

    Deploy and host your apps and databases, now with $50 credit! Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!

    Sevalla logo
  3. go-react-ssr

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

    Go React SSR GitHub Repository

  4. 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.

  5. v8go

    Execute JavaScript from Go

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

  6. goja

    ECMAScript/JavaScript engine in pure Go

    dop251/goja

  7. otto

    A JavaScript interpreter in Go (golang)

    robertkrimen/otto

  8. quickjs-go

    golang binding quickjs

    quickjs-go/quickjs-go

  9. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  10. quickjs

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

    elsaland/quickjs

  11. 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

  • TypeScript vs Go: Choosing Your Backend Language

    10 projects | dev.to | 8 Nov 2024
  • Running a Javascript VM in Golang: Data Transforms via User Scripts

    3 projects | dev.to | 28 Jun 2024
  • Choosing scripting extension - need advice

    14 projects | /r/golang | 20 Apr 2022
  • Suggest me a service where I can **easily** upload huge files with api and getting them by links or api?

    2 projects | /r/webdev | 6 Mar 2021
  • Using Javascript plugins in Go

    2 projects | /r/golang | 3 Mar 2021

Did you know that Go is
the 4th most popular programming language
based on number of references?