タグ

ブックマーク / coast.swlkr.com (1)

  • Coast on Clojure

    The Fullest Full Stack Clojure Web Framework Coast is a complete web application framework for developing web apps in less time and more fun Get Started with Coast (ns server (:require [coast])) (defn home [request] (coast/ok "You're coasting on clojure")) (def routes (coast/routes [:get "/" home])) (def app (coast/app {:routes routes})) (coast/server app {:port 1337}) Get Started with Coast The m

    masa8aurum
    masa8aurum 2022/04/18
    “The Fullest Full Stack Clojure Web Framework”
  • 1