Skip to content

Commit 8b96537

Browse files
add mqtt link
1 parent 6dc07d6 commit 8b96537

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
@@ -90,7 +90,7 @@ Python 3.8+
9090
### Using custom backends
9191

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

9696
```python
@@ -114,3 +114,10 @@ To be more capable we'd really want to add some additional backends, provide API
114114
* Backends for Redis Streams, Apache Kafka, and RabbitMQ.
115115
* 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.
116116
* Support for pattern subscribes in backends that support it.
117+
118+
## Third Party Packages
119+
120+
### MQTT backend
121+
[Gist](https://gist.github.com/alex-oleshkevich/68411a0e7ad24d53afd28c3fa5da468c)
122+
123+
Integrates MQTT with Broadcaster

0 commit comments

Comments
 (0)