Azure / Azure/azure-relay-node
SSE support in hyco-http
Open
Question
- Dominant language
- JavaScript
- Stars
- 12
- Forks
- 22
- PR merge metrics
- No merged PRs in 30d
Description
We have on-prem service that has API with SSE. We want to expose it with Azure Relay.
We saw that `hyco-https` doesn't stream the SSE events until it has massive chunk. And as a result, we miss the "live" stream.
How can I use `hyco-https` so it will support live SSE events without any buffering?
Contributor guide
Assessment
This issue has not been assessed yet.