def
run_server
cauldron.run_server()

Run the cauldron http server used to interact with cauldron from a remote host.

Arguments
Required
Optional
port

Any

The port on which to bind the cauldron server.

Default Value: 

5010

debug

Any

Whether or not the server should be run in debug mode. If true, the server will echo debugging information during operation.

Default Value: 

False

kwargs

Any

Custom properties to alter the way the server runs.

Default Value: 

dict