Member-only story

How to build unbelievable web applications with Go

Manpreet Singh
3 min readSep 21, 2021

--

Welcome back! As most of you know, Go (Golang) is an awesome programming language with a ton of capability, so let’s talk about how to build out amazing web applications with Go. Now, there are several different frameworks that allow you to develop web apps with Go, the specific one we’ll be looking at today is Go-App, check out their link below to learn more:

This specific package uses Go with WebAssembly (Wasm) in order to build out web apps, they also mention that these apps can run out of the box (basically able to run in its own windows, supports offline mode, and it’s SEO friendly as well):

On their website (which is linked above), they mention the process of running a Hello World example of this package, check out their code below to see this process:

--

--

Manpreet Singh
Manpreet Singh

No responses yet