Skip to content

Commit 928a0a4

Browse files
authored
docs: replace moscajs with aedes (mqttjs#1198)
1 parent 57ceb26 commit 928a0a4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -102,12 +102,12 @@ Hello mqtt
102102

103103
If you want to run your own MQTT broker, you can use
104104
[Mosquitto](http://mosquitto.org) or
105-
[Mosca](http://mcollina.github.io/mosca/), and launch it.
106-
You can also use a test instance: test.mosquitto.org and test.mosca.io
107-
are both public.
105+
[Aedes-cli](https://github.com/moscajs/aedes-cli), and launch it.
106+
107+
You can also use a test instance: test.mosquitto.org.
108108

109109
If you do not want to install a separate broker, you can try using the
110-
[mqtt-connection](https://www.npmjs.com/package/mqtt-connection).
110+
[Aedes](https://github.com/moscajs/aedes).
111111

112112
to use MQTT.js in the browser see the [browserify](#browserify) section
113113

@@ -734,7 +734,7 @@ export default () => {
734734
}
735735
```
736736
737-
Your broker should accept websocket connection (see [MQTT over Websockets](https://github.com/mcollina/mosca/wiki/MQTT-over-Websockets) to setup [Mosca](http://mcollina.github.io/mosca/)).
737+
Your broker should accept websocket connection (see [MQTT over Websockets](https://github.com/moscajs/aedes/blob/master/docs/Examples.md#mqtt-server-over-websocket-using-server-factory) to setup [Aedes](https://github.com/moscajs/aedes)).
738738
739739
<a name="qos"></a>
740740
## About QoS

0 commit comments

Comments
 (0)