Hi,

I'm playing around a bit with Perkeep, I know that the UI is backed by a
websocket connection by which you get updates on a search query, which I
must say is very nice.

I'm trying to add a Server-Sent events handler into perkeep, two reasons,
one is that it's very easy to use with curl and the second is that I've had
better experience with SSE than websockets when building UIs.

I'm quite new to go and I got stuck on problem when testing out some go
code for SSE server.
I copied this code: https://gist.github.com/ismasan/3fb75381cd2deb6bfa9c
and added a sse handler into the search package but it stops when trying to
cast the ResponseWriter to a http.Flusher on line 67.  And I cant figure
out why?
Please help

-- 
You received this message because you are subscribed to the Google Groups 
"Perkeep" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to