There is a pure javascript solution that works well on Node.js : 
https://github.com/substack/hyperglue

>From substack, a very talented Node.js developer. The concept is somehow 
>similar to Enlive. Given an HTML file, apply transformations on selectors 
>declaratively by passing an object. Check it out, it might do the job for now.

On Monday, July 6, 2015 at 8:47:43 PM UTC+2, Creighton Kirkendall wrote:
> Tim,
> There is a current effort underway by Luke Vanderhart to port enlive to cljs. 
>  I know that he has a working version in his repo.  He is working towards 
> getting the changes accepted into main enlive project.
> 
> 
> https://github.com/levand
> 
> 
> 
> Creighton
> 
> 
> On Tue, Nov 11, 2014 at 2:55 AM, Tim Galebach <tim.ga...@gmail.com> wrote:
> Hi, I've been creating some nodejs servers in ClojureScript for some projects 
> I'm working on, and it has worked quite well so far.
> 
> 
> 
> I now want to do some server-side templating, serving static html to the 
> client. The problem I'm running into so far is that most of the templating 
> libraries for ClojureScript (kioo, enfocus, etc.) seem to require the dom to 
> perform manipulations on HTML.
> 
> 
> 
> Other solutions like hiccups are less viable because I want to be easily able 
> to mockup in HTML and also work with designers.
> 
> 
> 
> I love the Enlive approach in Clojure; is there anything similar for cljs, or 
> something I'm missing in one of the existing libraries?
> 
> 
> 
> --
> 
> Note that posts from new members are moderated - please be patient with your 
> first post.
> 
> ---
> 
> You received this message because you are subscribed to the Google Groups 
> "ClojureScript" group.
> 
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to clojurescrip...@googlegroups.com.
> 
> To post to this group, send email to clojur...@googlegroups.com.
> 
> Visit this group at http://groups.google.com/group/clojurescript.

-- 
Note that posts from new members are moderated - please be patient with your 
first post.
--- 
You received this message because you are subscribed to the Google Groups 
"ClojureScript" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojurescript+unsubscr...@googlegroups.com.
To post to this group, send email to clojurescript@googlegroups.com.
Visit this group at http://groups.google.com/group/clojurescript.

Reply via email to