Fork me on GitHub
#yada
<
2016-01-31
>
n3llyb0y13:01:13

@malcolmsparks: I've been having some fun playing with Yada and boot (after seeing both for the first time during your two day Clojure training we took with you.

n3llyb0y13:01:31

I wanted to try using boot on its own and had to modify boot-http a little to use aleph. It seems to be working fine. With Aleph being in alpha I'm sure boot-http won't include it just yet but if you fancy a go my fork seems to work (although will need to be installed locally) https://github.com/neilwashere/boot-http

dominicm14:01:07

@n3llyb0y: Another approach would be to embed the aleph server into your application. Might save you using a fork. I might have a play with the idea today/tomorrow.

dominicm14:01:32

I htink boot-http is mostly aimed at static really, even though you can access the underlying server a little.

n3llyb0y14:01:02

@dominicm: I see. That makes sense.

dominicm14:01:33

@n3llyb0y: Just different approaches. Hijacking boot-http is a little bit like using... ring-serve for leiningen I guess.