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


i trying figure out 1 (pedestal, hoplon, bidi) should use? didn't find article in internet me choice.

from https://github.com/juxt/bidi can read pedestal isomorphic, bidi cljs. mean? difference?

i found compojure simply. can't generate urls in html templates. started looking else. found route-one (library generate urls working compojure), guess discover need more compojure have again.

my intuition me choose between: pedestal, hoplon , bidi.

what need: want have independent business model architecture like

http://blog.8thlight.com/uncle-bob/2012/08/13/the-clean-architecture.html

http://blog.find-method.de/index.php?/archives/209-dependency-inversion-in-clojure.html

i don't want depend part of code framework. less dependency better.

on next stage want inject model business bridge, connector user interface. can time framework or additional libraries.

and @ least want create frontend user interface website. dynamic content clojurescript or mayby static. don't know. have thing both.

what found out in clojure conception of building own set of libraries based on preferences. don't want write own code use things generate urls routes. mayby should consider route-one?

please write clever me choose 1 or complicate live other option choose :)

https://github.com/juxt/bidi

https://github.com/pedestal/pedestal

https://github.com/tailrecursion/hoplon

https://github.com/clojurewerkz/route-one


Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -