On Tuesday, May 19, 2015 at 7:17:10 PM UTC+2, marc fawzi 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
And yes, I am working on a similar one for Clojure.... still in progress but will be Clojure on server and Clojurescript on frontend and have real time support for databases (the old version is up on github, but new one going up soon): https://github.com/zubairq/coils -- 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.
