Skip to content

Simple mandelbrot set webserver written in go (golang)

License

Notifications You must be signed in to change notification settings

sverrirab/mandelbrot-go

Repository files navigation

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)

About

Simple mandelbrot set webserver written in go (golang)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published