webjure vs compojure?

后端 未结 8 1334
囚心锁ツ
囚心锁ツ 2021-02-13 22:28

I\'ve heard of two Clojure based web application frameworks: Webjure and Compojure. Can someone let me know which is better?

8条回答
  •  囚心锁ツ
    2021-02-13 23:02

    I second Rayne's recommendation on Moustache.

    Right now, we are using Ring (base layer, middleware), Moustache (routing), Hiccup (html generation). We just began using Compass for CSS (http://compass-style.org/). So far, I'm happy with this collection of small libraries rather than a big "complete stack" framework (Django, Rails, ect...).

提交回复
热议问题