Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/siongui/frontend-programming-in-go
- Owner: siongui
- License: unlicense
- Created: 2017-12-05T12:36:41.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-18T17:21:17.000Z (over 6 years ago)
- Last Synced: 2024-06-20T02:09:12.510Z (8 months 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: 38
- Watchers: 5
- Forks: 8
- Open Issues: 0
-
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-goThe 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