Skip to content

Commit 4ff8fa6

Browse files
Add mqtt link (#126)
1 parent c4b4d59 commit 4ff8fa6

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Python 3.8+
9191
### Using custom backends
9292

9393
You can create your own backend and use it with `broadcaster`.
94-
To do that you need to create a class which extends from `BroadcastBackend`
94+
To do that you need to create a class which extends from `BroadcastBackend`
9595
and pass it to the `broadcaster` via `backend` argument.
9696

9797
```python
@@ -115,3 +115,10 @@ To be more capable we'd really want to add some additional backends, provide API
115115
* A backend for RabbitMQ.
116116
* Add support for `subscribe('chatroom', history=100)` for backends which provide persistence. (Redis Streams, Apache Kafka) This will allow applications to subscribe to channel updates, while also being given an initial window onto the most recent events. We *might* also want to support some basic paging operations, to allow applications to scan back in the event history.
117117
* Support for pattern subscribes in backends that support it.
118+
119+
## Third Party Packages
120+
121+
### MQTT backend
122+
[Gist](https://gist.github.com/alex-oleshkevich/68411a0e7ad24d53afd28c3fa5da468c)
123+
124+
Integrates MQTT with Broadcaster

0 commit comments

Comments
 (0)