Note that there are some explanatory texts on larger screens.

plurals
  1. POComparison of Clojure web frameworks
    primarykey
    data
    text
    <p>There are a few web frameworks for Clojure</p> <ul> <li><a href="http://weavejester.github.com/compojure/" rel="nofollow noreferrer">Compojure</a></li> <li><a href="http://github.com/tatut/Webjure" rel="nofollow noreferrer">Webjure</a></li> <li><a href="http://github.com/macourtney/Conjure" rel="nofollow noreferrer">Conjure</a></li> <li><a href="http://github.com/cgrand/moustache" rel="nofollow noreferrer">Moustache</a></li> </ul> <p>and also some libraries for dealing with certain web development subtasks, such as</p> <ul> <li><a href="http://wiki.github.com/cgrand/enlive/" rel="nofollow noreferrer">Enlive</a> for templating</li> <li><a href="http://github.com/weavejester/hiccup" rel="nofollow noreferrer">Hiccup</a> for templating</li> <li><a href="http://github.com/mmcgrana/ring" rel="nofollow noreferrer">Ring</a> to handle lower level stuff with requests/responses</li> <li><a href="http://www.bestinclass.dk/index.clj/2009/12/clojureql-where-are-we-going.html" rel="nofollow noreferrer">ClojureQL</a> for persistence (it doesn't seem very active, though)</li> </ul> <p>There are also hundreds of Java libraries to be used. Some aspects were already discussed <a href="https://stackoverflow.com/questions/167262/how-do-you-make-a-web-application-in-clojure">here</a> and <a href="https://stackoverflow.com/questions/433767/webjure-vs-compojure">two of them compared a bit</a>.</p> <p>I wonder how these frameworks/components compare in terms of maturity, scope, ease of development, Django/RoR feeling, etc.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload