hoplon

The :hoplon: ClojureScript Web Framework - http://hoplon.io/
vigilancetech 2018-07-07T02:24:16.000037Z

@flyboarder is it really that different than building any web app? I know you have access to the filesystem and some other stuff. What it does seem to do pretty differently is how you get a repl

vigilancetech 2018-07-07T02:41:53.000060Z

I would be interested in seeing how you set up boot to (re)load the code into electron

flyboarder 2018-07-07T23:22:05.000036Z

@vigilancetech there are many things to consider, but regarding the repl I think shadow-cljs has a bit more potential there or maybe planck

flyboarder 2018-07-07T23:23:28.000002Z

boot isnt needed for hoplon

flyboarder 2018-07-07T23:23:39.000060Z

just a cljs compiler

flyboarder 2018-07-07T23:24:23.000032Z

so in theory you could wire a pretty cool workflow together in boot to setup these things within your project using shadow-cljs or the like

flyboarder 2018-07-07T23:24:47.000018Z

thats basically how boot-nodejs works