Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 893 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 893 Bytes

Mandelbrot-go

Simple Mandelbrot set webservice written in go (golang).

Install golang, pull the code and:

go run .

Browse to localhost:8090 and view the results:

Mandelbrot go in action

Testing

go test

Background

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.

Build status

Build Status

License

MIT (very permissive)