django-eventstream icon indicating copy to clipboard operation
django-eventstream copied to clipboard

Server-Sent Events for Django

Results 49 django-eventstream issues
Sort by recently updated
recently updated
newest added

Hello, I follow https://channels.readthedocs.io/en/latest/deploying.html#example-setups for deploying with event stream with channels. I got get a strange behavior if numprocs > 1. Only few messages (around one on three) are sent....

When using the chat example on Safari on iOS, submitting a message by tapping return on the soft-keyboard rather than tapping the submit button in the HTML content area causes...

Rather than keeping local copies of JS files in this repository that could go out of date, we should consider referencing the files from a CDN. Maybe with a template...

Related to: #140 Hi, I've just upgraded the plugin to fully support the Django Rest Framework. Modifications include: - The old code has been retained, with minor upgrades. - Adding...

Add capability to detect Origin with Referer header Use Cases: sometimes your backend is behind a proxy such as AWS CloudFront or ... and the request.build_absolute_uri is not a good...

Related to #138 Hi, following up on my last issue, I'm currently working on a REST version of the module by using the `django-restframework` module as an additional dependency. I...

Hi, I've been trying to use `django-eventstream` with the [htmx sse extension](https://htmx.org/extensions/server-sent-events/), but can't get it to work quite. I did look into the examples and managed to get those...

Pushpin supports ZeroMQ https://pushpin.org/docs/usage/#publishing It would be great if this package can use zeroMQ between pushpin instances and the server. Maybe the https://github.com/fanout/pypubcontrol is a good base for that. Using...

I want to use redis as the event storage backend. What should I do? Because send_event is used in the multi-process scenario, the client cannot receive the message consistently