gloo icon indicating copy to clipboard operation
gloo copied to clipboard

Server sent events library

Open fitzgen opened this issue 5 years ago • 1 comments

Perhaps something like https://github.com/yerkopalma/choo-sse?

Probably best expressed as a futures stream.

fitzgen avatar Feb 26 '19 22:02 fitzgen

Hello!

I have been following the Server-sent-events (SSE) libraries for yew closely, and I even built an example of using liquidnya/yew-sse with yew 16.2, rocket 0.5-rc1 and trunk.

If I understand correctly, yew::services are being removed so that the yew crate can be thinner which will ease server-side-rendering (SSR)?

I'm unfamiliar with gloo, but willing to help to get SSE into yew. Is the correct way forward to open a PR against gloo? What about reqwasm that is mentioned in https://github.com/yewstack/yew/issues/1346#issuecomment-883469926? I'm a bit unfamiliar with the WASM ecosystem.

dureuill avatar Aug 19 '21 09:08 dureuill