I was led to believe that Pedestal is a replacement for Ring however from all the examples I see that Pedestal actually uses Ring. This is most confusing! Do I need to know and understand how Ring works in order to use Pedestal effectively. In essence, does Pedestal 'stand on the shoulders of Ring' or is it intended to replace it completely?
According to crossclj.info (search for ring/
) ring/core
is a dependency of pedestal.service
- therefor I'd say to:
relationship between Ring and Pedestal ?
ring/core
is a dependency of io.pedestal/pedestal.service
Specificly it seems to use ring for its interceptors
and on pedestals' doc it mentions The ability to utilize Ring Middleware as Pedestal Interceptors
.
Imagine you have some ring handlers already, you can use them as Pedestal Interceptors, but if you do not, you a free to not use them.
(Disclaimer: I neither used Ring nor Pedestal - just perused the doc)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With