Can I make front end in Golang?

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

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

    Go Web UI Toolkit - Public Releases and Development

  • gopherjs

    A compiler from Go to JavaScript for running Go code in a browser

    My coworker has had some success with this https://github.com/gopherjs/gopherjs

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

  • pkgsite

    [mirror] Home of the pkg.go.dev website

    Yes it does. You can see the official pkgsite https://github.com/golang/pkgsite (with a little JavaScript)

  • go

    The Go programming language

    Check out web assembly. https://github.com/golang/go/wiki/WebAssembly

  • vugu

    Vugu: A modern UI library for Go+WebAssembly (experimental)

  • fyne

    Cross platform GUI toolkit in Go inspired by Material Design

    Yeah, https://fyne.io is your friend for building desktop and mobile apps. One codebase will build for all those targets so no wasted time. Plus it’s focused on being easy to learn 😀

  • hotwire-golang-website

    This project provides some working examples using Go and Hotwire Turbo.

    Here is an example with Golang: https://github.com/wolfeidau/hotwire-golang-website

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

  • hotwire-rails

    Discontinued Use Hotwire in your Ruby on Rails app

    I think a solid approach to build a modern web app by only writing go would be Hotwire(https://hotwire.dev) - you can use it with any backend language

  • go-app

    A package to build progressive web apps with Go programming language and WebAssembly.

    Try https://go-app.dev/

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