frontend-programming-in-go icon indicating copy to clipboard operation
frontend-programming-in-go copied to clipboard

Introduction to frontend programming in Go (both GopherJS and WebAssembly)

========================== Frontend Programming in Go

.. image:: https://travis-ci.org/siongui/frontend-programming-in-go.png?branch=master :target: https://travis-ci.org/siongui/frontend-programming-in-go

The sub-directories in root directory, except wasm_ sub-dir, contains examples for GopherJS_. For examples for Go WebAssembly_, visit wasm_ sub-dir.

Development Environment:

  • Ubuntu 18.04_
  • Go_ (Go 1.11 or later for Go WebAssembly)
  • GopherJS_

UNLICENSE +++++++++

Released in public domain (except Go WebAssembly JavaScript loader, which is released in BSD-style license). See UNLICENSE.

.. _Ubuntu 18.04: http://releases.ubuntu.com/18.04/ .. _Go: https://golang.org/dl/ .. _GopherJS: http://www.gopherjs.org/ .. _Go WebAssembly JavaScript loader: https://github.com/golang/go/blob/master/misc/wasm/wasm_exec.js .. _WebAssembly: https://duckduckgo.com/?q=webassembly .. _wasm: wasm