Fork me on GitHub
#funcool
<
2015-11-30
>
sparkofreason18:11:30

Any idea how to use sente (https://github.com/ptaoussanis/sente) with catacumba?

niwinz20:11:53

@dave.dixon: At this moment as far as I know, sende does not comes with support for catacumba

niwinz20:11:25

but surelly it can be implemented taking the immutant or ring code as example.

niwinz20:11:57

I'm not using sente so I can't help you here, but in any case catacumba support for it would be awesome

sparkofreason22:11:17

@niwinz: I've been looking into it, but am currently stuck as it seems sente is wired up to work with ring requests, while it looks like the catacumba objects like WebSocketHandler want the context. Also, immutant and http-kit appear to have a generic "AsyncChannel" type which handle both websockets and async HTTP. Is there anything equivalent in catacumba?