Start serving the jug instance
serve_it(jug, host = "127.0.0.1", port = 8080, daemonized = FALSE, verbose = FALSE)
jug | the jug instance |
---|---|
host | the host address |
port | the port to host on |
daemonized | whether or not to start a daemonized server (experimental) |
verbose | verbose output? |