So it sounds like your choice would be compojure-api, correct? On Thu, Mar 8, 2018 at 11:28 AM Erik Assum <[email protected]> wrote:
> Hi, > > On my current project, we’re using compojure with liberator. It works, but > there are a few down sides as far as I can see: > Compojure is opaque, eg the routing is expressed using functions/macros, > where as other routing libs like bidi and reitit > (https://github.com/metosin/reitit) express the routing as data. Also, > AFAIK compojure is not bi-directional, if that’s a need you have. > Compojure doesn’t offer coercion/swagger out of the box, but compojure-api > fixes that. > > Another thing to be aware of is schema vs spec support. Compojure-API has > support for both. > > As for liberator vs yada, I have noe clear opinion. > > Erik. > > On 8 Mar 2018, at 17:14, Jonathon McKitrick <[email protected]> wrote: > > I’m looking at Liberator for our first web API project. But I’m also > considering Compojure-API and Yada. Any thoughts from anyone who’s done > this comparison, or has used one of them? > > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, send email to [email protected] > Note that posts from new members are moderated - please be patient with > your first post. > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en > --- > > You received this message because you are subscribed to the Google Groups > "Clojure" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > > > For more options, visit https://groups.google.com/d/optout. > > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, send email to [email protected] > Note that posts from new members are moderated - please be patient with > your first post. > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en > --- > You received this message because you are subscribed to a topic in the > Google Groups "Clojure" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/clojure/Jic0ijhdTEI/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- Jonathon McKitrick -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
