6 ms·
Are there any Clojure web frameworks that really embrace ClojureScript and blur the line between the server and the client like Meteor recently demonstrated? So
by thoradam 14y ago
Are there any Clojure web frameworks that really embrace ClojureScript and blur the line between the server and the client like Meteor recently demonstrated? Sorry to be off-topic.
- dinedal 14y agoYes, checkout http://clojurescriptone.com/ http://clojurescriptone.com/
- wilkes 14y agoChris Granger, of Light Table fame, has a few handy libraries. None of these are quite on par Meteor, but they are the basis for Light Table. https://github.com/ibdknox/fetch https://github.com/ibdknox/fetch - remoting https://github.com/ibdknox/crate https://github.com/ibdknox/crate - html generation https://github.com/ibdknox/jayq https://github.com/ibdknox/jayq - jQuery wrapper https://github.com/ibdknox/waltz https://github.com/ibdknox/waltz - state machine Checkout https://github.com/ibdknox/live-cljs https://github.com/ibdknox/live-cljs for a cool example of using these libraries together.