Hello wonderful clojure community.
I am new to clojure so appologies for my dump question.
I want to write a http server in clojure and for that there a a few libraries/frameworks available. but what is important for me is the interactive development experience, how?
ok, I want to start the server and if I change a module/namespace I want it to be automatically reload (actually I've already achieved this) however on top of it I want the frontend to get refreshed automatically to to refelect the changes. I use hiccup to describe/render my html pages, unfortunately though for any change I need to manually refresh the page.
I know there should be a (websocket based) solution to make this possible.
I want this soution to work with clojure, I do not use/want clojurescrip.