Guides
Serve Frontend(Static Files)
Pyloid provides functionality to easily serve web-based UIs. Using the pyloid_serve
function from the pyloid.serve
module, you can serve static files from a local HTTP server. The server uses dynamic port allocation by default, automatically finding an available port on your system.
Basic Usage
use pyloid_serve function to serve static files.