Fork me on GitHub
#re-frame
<
2018-07-27
>
kennytilton21:07:49

I wonder which took @mikethompson longer to write, #re-frame or its doc? (Yes, I am (trying) to write some doc, and it is a bit daunting.)

geoffs23:07:47

hey all, I'm setting up a websocket channel between a re-frame UI and a Rust backend and I was wondering if anyone has suggestions on which websocket lib to use. It seems like the obvious choices use core.async which feels a bit overkill for a re-frame app.

geoffs23:07:44

I've looked briefly at haslett, and via, I'm also going to check out using the js websocket api directly

geoffs23:07:04

okay, I just read haslett's source, and it's such a thin wrapper connecting websocket to core.async that there's no point in using it. js/Websocket it is!