Skip to content

shurcooL/ivybrowser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ivybrowser

Go Reference

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.

Installation

go install github.com/shurcooL/ivybrowser@latest

To run ivy in the browser, you'll need GopherJS compiler.

The quickest way is to run:

gopherjs serve

And 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 build

That will build ivybrowser.js file. You can now open index.html in a browser.

License

About

A port of Rob Pike's ivy that runs in the browser.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published