Skip to content

Commit 84a01a4

Browse files
committed
update emqx tagline and what is emqx section
1 parent 0c6a319 commit 84a01a4

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

emqx/README-short.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
An Open-Source, Cloud-Native, Distributed MQTT Message Broker for IoT.
1+
The most scalable open-source MQTT broker for IoT, IIoT, connected vehicles, and more.

emqx/content.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# What is EMQX
22

3-
[EMQX MQTT broker](https://emqx.io/products/broker) is a fully open source, highly scalable, highly available distributed MQTT messaging broker for IoT, M2M and Mobile applications that can handle tens of millions of concurrent clients.
3+
[EMQX](https://emqx.io/) is the world's most scalable open-source MQTT broker with a high performance that connects 100M+ IoT devices in 1 cluster, while maintaining 1M message per second throughput and sub-millisecond latency.
44

5-
Starting from 3.0 release, *EMQX* broker fully supports MQTT V5.0 protocol specifications and backward compatible with MQTT V3.1 and V3.1.1, as well as other communication protocols such as MQTT-SN, CoAP, LwM2M, WebSocket and STOMP. The 3.0 release of the *EMQX* broker can scaled to 10+ million concurrent MQTT connections on one cluster.
5+
EMQX supports multiple open standard protocols like MQTT, HTTP, QUIC, and WebSocket. It's 100% compliant with MQTT 5.0 and 3.x standard, and secures bi-directional communication with MQTT over TLS/SSL and various authentication mechanisms.
6+
7+
With the built-in powerful SQL-based rules engine, EMQX can extract, filter, enrich and transform IoT data in real-time. In addition, it ensures high availability and horizontal scalability with a masterless distributed architecture, and provides ops-friendly user experience and great observability.
8+
9+
EMQX boasts more than 20K+ enterprise users across 50+ countries and regions, connecting 100M+ IoT devices worldwide, and is trusted by over 400 customers in mission-critical scenarios of IoT, IIoT, connected vehicles, and more, including over 70 Fortune 500 companies like HPE, VMware, Verifone, SAIC Volkswagen, and Ericsson.
610

711
%%LOGO%%
812

@@ -13,7 +17,7 @@ Starting from 3.0 release, *EMQX* broker fully supports MQTT V5.0 protocol speci
1317
Execute some command under this docker image
1418

1519
```console
16-
$ docker run -d --name emqx %%IMAGE%%:tag
20+
$ docker run -d --name emqx %%IMAGE%%:${tag}
1721
```
1822

1923
For example

0 commit comments

Comments
 (0)