Forward events through a websocket #15
Labels
backend
Related to the back end
feature
A new feature of the app
performance
If you want to run cool, you've got to run on heavy, heavy fuel
Feature request
Use Case
We often need to consume events created by services in a frontend, which means that upon receipt in django they must be emitted through a websocket endpoint.
We may also need to view the event stream at a later date (e.g. long after the question has been asked and the channels cache has been flushed.
Proposed Solution
The text was updated successfully, but these errors were encountered: