johnny-morrice / godelbrot

Unix-style Mandelbrot set renderer in Golang
MIT License
8 stars 1 forks source link

Portable restclient #16

Closed johnny-morrice closed 8 years ago

johnny-morrice commented 8 years ago

Refactor clientbrot into a portable restclient library.

It must be portable in that it compiles to a reusable static archive and gopherjs library. The properties it must obey:

johnny-morrice commented 8 years ago

Done