ClojureHomePage is a Compojure based web framework that allows you to write the backend and frontend with Clojure.
 
Here's a small tutorial
Here's the documentation
 
You can
  • Embed Clojure into a HTML file with the <clj></clj> tags
  • Enable multiple method handlers under a single route (get, post, put, delete, and head)
  • Easily retrieve common web headers (ex. ($ user-agent))
  • Easily retrieve web headers (ex. ($$ cache-control))
  • HTML generation is handled by a drop-in replacement for common Hiccup forms
  • _javascript_ / ECMAScript is handled by ClojureScript
  • CSS is handled by Garden
  • SQL is handled by KormaSQL

--
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
---
You received this message because you are subscribed to the Google Groups "Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Reply via email to