Fork me on GitHub
#clojure
<
2015-10-31
>
Drew Verlee05:10:51

greetings. I'm fairly new to clojure. I'm working through 'living clojure' as I got a free copy at Strange Loop. If anyone else is looking to learn clojure and wants to talk i'm down. Possible even do some remote pairings. My end goal is to be able to effectively play around with Onyx.

meikemertsch05:10:13

@drewverlee: you might also want to ask that in the beginners channel

gusbicalho13:10:32

Suggestions, please: what's the best options for a rest webservice with authentication?

sventechie14:10:49

@gusbicalho: compojure-api is great for API, perhaps buddy or clauth for Oauth2? See Luminus for great template plus docs.