Fork me on GitHub
#beginners
<
2016-09-21
>
abnercarleto21:09:11

What libs I use to develop an API in clojure?

nkraft22:09:28

I do most of mine with compojure and ring.

nkraft22:09:39

Boring, but reliable.

val_waeselynck22:09:32

@abnercarleto same thing, also check out Yada and Pedestal.

abnercarleto22:09:22

@nkraft compojure Works as a rest api?

shaun-mahood22:09:44

@abnercarleto: Check out https://github.com/metosin/compojure-api - it's a good starting place (though there are other options as well)

abnercarleto22:09:20

Tanks @shaun-mahood I will check this