Fork me on GitHub
#component
<
2016-05-13
>
pataprogramming12:05:33

Anyone here have any insight into the way that system.components.sente/sente-routes is meant to be patched into the web server's handler?

sveri13:05:35

Not sure if that is what you asking for, but this is how I defined the websocket routes and put them into the handler: https://github.com/sveri/stockfighter/blob/master/src/clj/de/sveri/stockfighter/components/handler.clj#L58

pataprogramming13:05:37

@sveri: Cheers. Thanks, I'll have a look.