Skip to content

Commit 427dfc0

Browse files
authored
Rename Message Brokers to Messaging
Updated 'Message Brokers' section to 'Messaging' and added MQTT to the faststream description.
1 parent ead4794 commit 427dfc0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ An opinionated list of Python frameworks, libraries, tools, and resources.
7171
- [DevOps Tools](#devops-tools)
7272
- [Distributed Computing](#distributed-computing)
7373
- [Task Queues](#task-queues)
74-
- [Message Brokers](#message-brokers)
74+
- [Messaging](#messaging)
7575
- [Job Schedulers](#job-schedulers)
7676
- [Logging](#logging)
7777
- [Network Virtualization](#network-virtualization)
@@ -739,11 +739,11 @@ _Libraries for working with task queues._
739739
- [huey](https://github.com/coleifer/huey) - Little multi-threaded task queue.
740740
- [rq](https://github.com/rq/rq) - Simple job queues for Python.
741741

742-
## Message Brokers
742+
## Messaging
743743

744744
_Libraries for working with message brokers and event streaming._
745745

746-
- [faststream](https://github.com/ag2ai/faststream) - A framework for building asynchronous services over Apache Kafka, RabbitMQ, NATS, and Redis.
746+
- [faststream](https://github.com/ag2ai/faststream) - A framework for building asynchronous services over Apache Kafka, RabbitMQ, NATS, MQTT and Redis.
747747

748748
## Job Schedulers
749749

0 commit comments

Comments
 (0)