Does Ocelot Gateway support SSE (Server-Sent Events)? #1775
-
Hi everyone, I need help and suggestions. I have a back-end service that provides SSE for web clients. My plan is our web client will access SSE via ocelot Gateway. But as far as I know, Ocelot only supports web socket and SignalR. So I want to try make my custome handler to support SSE. Can you guys give me a hint or some little guide to achieve this? I'd really appreciate any suggestions. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello! No, we don't support this technology officially. But you can try to write a routes and see either HTTP traffic goes through Ocelot app or not. |
Beta Was this translation helpful? Give feedback.
Hello!
If you mean this
No, we don't support this technology officially. But you can try to write a routes and see either HTTP traffic goes through Ocelot app or not.
It depends on transport protocol. Ocelot supports: HTTP(S). Websocket (SignalR) transport protocols.
You can research and let us know your testing results.