File tree Expand file tree Collapse file tree 1 file changed +3
-19
lines changed Expand file tree Collapse file tree 1 file changed +3
-19
lines changed Original file line number Diff line number Diff line change @@ -51,21 +51,6 @@ The core modules provide OTP start and N2O entry point.
51
51
* [ n2o_proto] ( https://ws.n2o.dev/man/n2o_proto.htm ) — N2O Loop
52
52
* [ n2o_ring] ( https://ws.n2o.dev/man/n2o_ring.htm ) — N2O Ring
53
53
54
- ## MQTT
55
-
56
- MQTT version is implemented as RPC over MQ pattern.
57
- N2O service worker started as ring of virtual nodes each runs N2O loop.
58
-
59
- * [ n2o_mqtt] ( https://ws.n2o.dev/man/n2o_mqtt.htm ) — N2O MQTT Virtual Node
60
- * [ n2o_auth] ( https://ws.n2o.dev/man/n2o_auth.htm ) — N2O Auth
61
-
62
- ``` sh
63
- mad app zero review
64
- cd review
65
- mad dep com pla rep
66
- open http://127.0.0.1:8000
67
- ```
68
-
69
54
## WebSocket
70
55
71
56
N2O Loop is directly connected and ran inside context of WebSocket handler.
@@ -79,10 +64,9 @@ As such buses are optional in MQTT setup we include bus drivers in WebSocket pac
79
64
* [ n2o_syn] ( https://ws.n2o.dev/man/n2o_syn.htm ) — SYN bus backend
80
65
81
66
``` sh
82
- mad app nitro sample
83
- cd sample
84
- mad dep com pla rep
85
- open https://127.0.0.1:8001/app/index.htm
67
+ git clone
[email protected] :synrc/sample
&& cd sample
68
+ rebar3 shell
69
+ open open http://localhost:8001/app/login.htm
86
70
```
87
71
88
72
## Protocols
You can’t perform that action at this time.
0 commit comments