Fork me on GitHub
#pedestal
<
2017-04-18
>
danielcompton02:04:13

Is there an example of a best practices Pedestal (and Vase?) app which uses Component?

thegeez07:04:37

I can't claim this is best practice in each regard, but this project uses pedestal and component: https://github.com/thegeez/clj-board/blob/master/src/clj/net/thegeez/clj_board/main.clj

thegeez07:04:32

@danielcompton the split with a component for the service (with the routes etc) and the jetty server is recommended for sure tho

danielcompton18:04:06

nice thanks 🙂