7 Connecting a Go backend with a Gopherjs frontend

blog.gopheracademy.com posted by andythomas 2337 days ago  

This article will talk about how to connect a GopherJS frontend to a Go backend. If you haven’t heard about GopherJS before, it’s an open source Go-to-JavaScript transpiler, allowing us to write Go code and run it in the browser. I recommend taking a look at the official GitHub repo and Dmitri Shuralyov’s DotGo presentation Go in the browser for a deeper introduction.

Register to comment or vote on this story