Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/siongui/frontend-programming-in-go

Introduction to frontend programming in Go (both GopherJS and WebAssembly)
https://github.com/siongui/frontend-programming-in-go

front-end-web-development frontend go golang gopherjs gopherjs-vue wasm webassembly

Last synced: 1 day ago
JSON representation

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

Awesome Lists containing this project

README

        

==========================
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