d-exclaimation/pioneer

Does Pioneer support subscriptions via SSE?

Opened this issue · 2 comments

Does pioneer support subscriptions via Server Side Events (SSE)?

This could be a nice alternative to Websockets.

I had some attempts of supporting SSE no success so far but might revisit this later

This may be helpful. It looks like Vapor will add support for SSE once async body streaming is supported.

vapor/vapor#2960