component

pataprogramming 2016-05-13T12:44:33.000059Z

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?

sveri 2016-05-13T13:20:35.000060Z

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

sveri 2016-05-13T13:26:39.000062Z

@pataprogramming:

pataprogramming 2016-05-13T13:38:37.000063Z

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