Does Ocelot Gateway support SSE (Server-Sent Events)? #1775
Answered
by
raman-m
fikrifdhl1
asked this question in
Q&A
|
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. |
Answered by
raman-m
Nov 3, 2023
Replies: 2 comments
|
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. |
0 replies
Answer selected by
raman-m
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.