A clojure + clojurescript consideration of Linked In's client-side javascript throwdown.
git clone [email protected]:esdee/linked-in.git
cd linked-in
lein deps
lein cljsbuild clean
lein cljsbuild once
lein repl
(run-server)
http://localhost:8080 (client side templating)
http://localhost:8080/profiles/100 (server side templating)
Do whatever you want with this code. However it includes a file from Brenton Ashworth's One project for remote calls.