Flask

6. Flask#

Flask is a python based micro web framework that can be used to quickly develop and deploy a light weight server.

We shall use it to log data from our devices locally.

Everything is coded in python

In the following examples we will show you how to set up a simple Flask server and log data to it