Fork me on GitHub
#hoplon
<
2017-05-12
>
ejemba17:05:25

@flyboarder with meta is that possible to replace node.js by something else ?

flyboarder17:05:48

@ejemba currently no, but just because I haven't done it yet, firebase is next as a backend. You could in theory use castra and Java but that changes the stack quite a bit.

flyboarder17:05:13

The idea is that it is both a stack and framework, so there will be a considerable amount of buy-in.

ejemba17:05:32

batteries included ?

ejemba18:05:01

I'm interested in hoplon but node.js scared me

flyboarder18:05:07

@ejemba demo app built-in

ejemba18:05:19

so I guess meta is not for me

flyboarder18:05:43

Right now if I build from my dev copy, it will generate a fully working app

flyboarder18:05:31

@ejemba it might not be for you, but I guarantee the code will be a good guide for accomplishing things

ejemba18:05:51

sure but hoplon is already a big one for me 🙂

ejemba18:05:22

@flyboarder can we make standard REST requests from hoplon ?

flyboarder18:05:42

Yep, the secret to hoplon is that it's nothing special, it took me a while to be able to navigate the core, buts it's all regular cljs, the only thing special is the attribute providers which are jquery or GCL

cpmcdaniel21:05:01

So, I’m trying to get a cljs-repl working so that I can do some interactive dev from my emacs buffer. Problem is, my index.cljs.hl buffer doesn’t seem to be connected to the running repl.

cpmcdaniel21:05:25

I started using (cljs-repl-env) with cider-jack-in and (start-repl) from the repl buffer

cpmcdaniel23:05:11

apparently it works from .cljs files, though

cpmcdaniel23:05:48

so I assume it must be something to do with cider hooks for .cljs.hl files