Push notifications #17

Open
opened 2019-10-28 17:48:53 -04:00 by jmcbray · 0 comments
Owner

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.

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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
jmcbray/brutaldon#17
No description provided.