funcool

A channel for discussing and asking questions about Funcool libraries https://github.com/funcool/
sparkofreason 2015-11-30T18:51:30.000014Z

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

niwinz 2015-11-30T20:36:53.000017Z

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

niwinz 2015-11-30T20:37:25.000018Z

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

niwinz 2015-11-30T20:37:57.000019Z

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

sparkofreason 2015-11-30T22:08:17.000020Z

@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?