Appearance
Documentation for Mocket
let app = @mocket.new() app.get("/", _ => "Hello, Mocket!") app.serve(port=4000)