pohjavirta:Undertow的快速无阻塞Clojure包装器 源码
Pohjavirta 快速无阻塞Clojure包装器。 状态: Pre-alpha,处于设计和原型制作阶段。 最新版本 用法 ( require '[pohjavirta.server :as server]) ( require '[jsonista.core :as j]) ( defn handler [_] { :status 200 :headers { " Content-Type " " application/json " } :body ( j/write-value-as-bytes { :message " hello " })}) ; ; creat
文件列表
pohjavirta-master.zip
(预估有个27文件)
pohjavirta-master
pom.xml
1KB
docs
img
tfb_json.png
191KB
perf
pohjavirta
perf_test.clj
2KB
test
pohjavirta
暂无评论