Fork me on GitHub
#pedestal
<
2020-09-16
>
Test This12:09:12

Hello. I am looking at pedestal docs on the clojure site. What is there, is awesome. Really clear and well explained. However, there are many incomplete docs. Are there other resources where to find more information on the topics that are missing (other than API docs and the source code)? I don't have anything specific in mind at this point. But just want to become aware of the resources that exist, since I am hoping to learn it. I am very new to clojure, and am exploring different ways of creating backend service. Any recommendations about pedestal vs reitit.

orestis13:09:45

The examples in the source code are quite illustrative: https://github.com/pedestal/pedestal/tree/master/samples

orestis13:09:25

And, you can combine pedestal and reitit (reitit is only for routing): https://cljdoc.org/d/metosin/reitit/0.5.5/doc/http/pedestal

3
Test This22:09:44

Thank you for the clarification and the link. Look forward to working with Pedestal