Genie is a full-stack MVC web framework that provides a streamlined and efficient workflow for developing modern web applications. It builds on #julia’s strengths (high-level, high-performance, dynamic, JIT compiled), exposing a rich API and a powerful toolset for productive web development.
https://genieframework.github.io/Genie.jl/
Genie, Genie.Router
route("/hello") do
"Hello World"
end
up()
https://genieframework.github.io/Genie.jl/