I think running ClojureScript server-side in Node is the future. Server-side rendering has an advantage not just in SEO but in user-experience as well. I don't know if that's ever something Clojure-JVM is going to be able to do.
On Tue, May 19, 2015, at 02:42 PM, Daniel Kersten wrote: > I looked at DomKM's server-side Om some months back, but that's > about it. > > I'm not really interested in running a ClojureScript server (Clojure > is much better suited for that), but performing 1st page render is > something I'm interested in (perhaps through an approach similar to > DomKM's - ie running cljs in nashorn or similar). I don't have a big > need for it right now though, so I'm not likely to put any effort into > it myself any time soon. > > I am interested in seeing what others accomplish, though. > > On Tue, 19 May 2015 at 18:17 Marc Fawzi <[email protected]> wrote: >> Is anyone out there working on a pattern of framework for isomorphic >> ClojureScript? >> >> My sense so far is that most are happy running Clojure on back end and ClojureScript on front end. But Matt's recent post made me think of Isomorphic apps. For example, you can have the 1st page render server side so it's pre-rendered for faster load, and then have the rest of the app (all other pages) run in the client. >> >> Meteor just got $20M to build the isomorphic js framework to rule them all. >> >> Any interest in this within the ClojureScript community? >> >> Sent from my iPhone >> >> -- >> 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 [email protected][1]. >> To post to this group, send email to [email protected]. >> 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 [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/clojurescript. Links: 1. mailto:clojurescript%[email protected] -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/clojurescript.
