hoplon

The :hoplon: ClojureScript Web Framework - http://hoplon.io/
kennytilton 2018-12-27T15:53:34.145100Z

Hey, @bob592 ! Glad to see you found Hoplon/Javelin, it is one of my favorites. You are right, Matrix is my latest rebranding. After our work together I cooked up client-side versions in CLJS and then pure JS. You are also right that Lisp/Clojure O/S examples and tutorials go out of date fast. Damn underlying libraries keep moving forward! I started to clean up the Matrix CLJS doc but landed a full-time gig before I could get to the straight reference, no time now. Here is an improved intro/demo: https://github.com/kennytilton/mxtodomvc. That’s all SPA, but the reactive layer is a CLJC effort, running on the server as well as the client. I have only dabbled in having the client and server know about the same reactive flow (you mentioned a couple of times close integration of the two) but I suspect it would work and be a rather amazing way to achieve Comet (and obviate the need for GraphQL). Right now I am spending a busman’s holiday trying to do a more approachable version of this JS intro: https://codepen.io/kennytilton/pen/mXQNYR Hope you and yours are enjoying the holidays!🎉

bobcalco 2018-12-27T22:17:55.147900Z

@hiskennyness Great to see you're doing well! The dataflow idea always made sense to me, but now I want it "all the way down" and not just in the browser. That said, I'll be happy to get a reliable way to work in the browser that let's me focus less on it and more on the rest of the stack. Ping me directly if you'd like to know more about what I'm up to. 🙂