- cross-posted to:
- clojure
- cross-posted to:
- clojure
(ns server
(:require [org.httpkit.server :as srv]))
(def page "<html><body>hello world!</body></html>")
(srv/run-server (fn [_] {:body page}) {:port 8080})
@(promise)
You must log in or # to comment.