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: about 1 year ago
JSON representation
Introduction to frontend programming in Go (both GopherJS and WebAssembly)
- Host: GitHub
- URL: https://github.com/siongui/frontend-programming-in-go
- Owner: siongui
- License: unlicense
- Created: 2017-12-05T12:36:41.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-18T17:21:17.000Z (over 7 years ago)
- Last Synced: 2025-03-31T16:53:07.305Z (about 1 year ago)
- Topics: front-end-web-development, frontend, go, golang, gopherjs, gopherjs-vue, wasm, webassembly
- Language: Go
- Homepage: https://siongui.github.io/2017/12/04/frontend-programming-in-go/
- Size: 3.04 MB
- Stars: 39
- Watchers: 4
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
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