Skip to content
module

pylnlib.Webserver

This module defines a simple webserver that provides REST webservices as well as a websocket to show status info about the layout.

Typicall run using the uvicorn WSGI server.

More info on this page.