Re: When use Pedestal, Hoplon, Bidi and Route-one?

2015-06-01 Thread Daniel Kersten
As far as I can tell, in that table isomorphic means that you can go both from URL to route and from route to URL, whereas cljs means you can use it from clojurescript in the browser. I personally use bidi and its great. Because its just data, it means that you can easily combine and compose

When use Pedestal, Hoplon, Bidi and Route-one?

2015-05-31 Thread Krzysztof Władyka
Hi, I am trying figure out which one (Pedestal, Hoplon, Bidi) should i use? I didn't find any good article in the Internet which help me with this choice. From https://github.com/juxt/bidi i can read Pedestal is isomorphic, but Bidi is also cljs. What is it mean? What is the difference? I