Start julia with julia --project=app
and include app/main.jl
to start the interface on 127.0.0.1:9000/
.
app/main.jl
file demo include a wild card, which is insecure on a server, as it can run arbitrary code.
If you are serving the app publicly, do not include :Wildcard
among the options.