SSE response support #162
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
ArkForgeLabs/Astra#162
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Axum already has Server-Sent Events support.
https://docs.rs/axum/latest/axum/response/sse/struct.Event.html
https://github.com/tokio-rs/axum/blob/main/examples/sse/src/main.rs
Can we somehow export its functionality to Lua?
I'm not sure about the exact API.
Maybe this API will work.
I absolutely forgot to add this one, thank you! I'll look into it