Quick start
Installation
using Pkg
Pkg.add("Merly")(@v1.5) pkg> add MerlyHello, World!
using Merly
@page "/" HTTP.Response(200,"Hello World!")
start(host = "127.0.0.1", port = 8086, verbose = true)julia server.jlLast updated