ivy in the browser.
Inspired by the iOS and Android ports of Rob Pike's ivy, I ported it to run in web browsers using GopherJS compiler.
go install github.com/shurcooL/ivybrowser@latestTo run ivy in the browser, you'll need GopherJS compiler.
The quickest way is to run:
gopherjs serveAnd then visit http://localhost:8080/github.com/shurcooL/ivybrowser in your browser. The package will be compiled on the fly and served over HTTP.
Alternatively, you can cd into this directory and run:
gopherjs buildThat will build ivybrowser.js file. You can now open index.html in a browser.