Hacker News new | ask | show | jobs
by thoradam 5165 days 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.
2 comments

Chris 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 - remoting

https://github.com/ibdknox/crate - html generation

https://github.com/ibdknox/jayq - jQuery wrapper

https://github.com/ibdknox/waltz - state machine

Checkout https://github.com/ibdknox/live-cljs for a cool example of using these libraries together.