This repository has been archived on 2021-02-10 . You can view files and clone it, but cannot push or open issues or pull requests.
simple
Simple Vugu Example
You can get started with:
go get -u github.com/vugu/vgrun
vgrun -new-from-example=simple myexample
cd myexample
vgrun devserver.go
Then browse to the running server: http://localhost:8844/
Description
A website written in Go using WebAssembly and Vugu that converts strings to and from various encodings.
Languages
Go
100%