aleph

    5

    2答えて

    ClojureのAlephライブラリを使用して比較的単純なHTTPサーバーを作成しました。非常に複雑ではありません: (ns cxpond.xmlrpc.core (:gen-class) (:require [aleph.http :as http])) (defn handler [req] {:status 200 :headers {"Conte