Skip to content
This repository was archived by the owner on Feb 26, 2026. It is now read-only.

Commit b032f63

Browse files
committed
docs: update title
Signed-off-by: Felix Gateru <felix.gateru@gmail.com>
1 parent f7317e6 commit b032f63

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

blog/mqtt-broker-selection/mqtt-broker-selection.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@ Based on popularity and size, we can narrow down the search for a broker to the
1010

1111
1. [EMQX](https://github.com/emqx/emqx) - Released in 2012. Written in Erlang
1212

13-
2. [Mosquitto](https://github.com/eclipse-mosquitto/mosquitto) Released in 2009. Written in C/C++
13+
2. [Mosquitto](https://github.com/eclipse-mosquitto/mosquitto) - Released in 2009. Written in C/C++
1414

15-
3. [NanoMQ](https://github.com/nanomq/nanomq)Released in 2020. Written in C
15+
3. [NanoMQ](https://github.com/nanomq/nanomq) - Released in 2020. Written in C
1616

17-
4. [VerneMQ](https://github.com/vernemq/vernemq) Released in 2014. Written in Erlang
17+
4. [VerneMQ](https://github.com/vernemq/vernemq) - Released in 2014. Written in Erlang
1818

1919
The above represent the brokers with the most influence in the open-source community based on their GitHub stars and contributions.
2020

2121
As SuperMQ also has an internal message broker, two more contenders are introduced, which are primarily message brokers but offer support for MQTT.
2222

23-
5. [RabbitMQ](https://github.com/rabbitmq)Released in 2007. Written in Erlang
23+
5. [RabbitMQ](https://github.com/rabbitmq) - Released in 2007. Written in Erlang
2424

25-
6. [NATS](https://github.com/nats-io)Released in 2011. Written in Go
25+
6. [NATS](https://github.com/nats-io) - Released in 2011. Written in Go
2626

2727
## The criteria
2828

0 commit comments

Comments
 (0)