Push notifications #17
Labels
No labels
bug
enhancement
good first issue
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
jmcbray/brutaldon#17
Loading…
Add table
Add a link
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?
Intercooler.js supports Server-Sent Events.
Mastodon.py supports streaming; I think this includes the notification timeline.
The missing piece is Django support for server sent events. This will require running an ASGI server rather than WSGI, and I think right now it requires some third-party libraries that may not be necessary in the near future.