Simple Mandelbrot set webservice written in go (golang).
Install golang, pull the code and:
go run .
Browse to localhost:8090 and view the results:
go test
This was written by me as an exercise in learning go. The code is as simple as possibly demonstrating a simple webserver with a very simple template and a Mandelbrot webservice that creates images on the fly. Just over 100 lines of golang code.
There are many more better tools to view the mandelbrot set but this is a fun way to play with go.
MIT (very permissive)