Skip to content

Tutorial 14 - A simple webserver

Compare
Choose a tag to compare
@chewett chewett released this 26 Sep 20:40
· 34 commits to master since this release

This tutorial focuses on creating a simple webserver that displays the status of the master using the python library Bottle. This will form the basis of having a simple web interface to view the progress of the cluster and control it.

The next tutorial will focus on improving the webserver to display slave information in addition to the current information.

The full details for Tutorial 14 - A simple webserver