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.
5151* [ n2o_proto] ( https://ws.n2o.dev/man/n2o_proto.htm ) — N2O Loop
5252* [ n2o_ring] ( https://ws.n2o.dev/man/n2o_ring.htm ) — N2O Ring
5353
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-
6954## WebSocket
7055
7156N2O 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
7964* [ n2o_syn] ( https://ws.n2o.dev/man/n2o_syn.htm ) — SYN bus backend
8065
8166``` 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 git@github.com:synrc/sample && cd sample
68+ rebar3 shell
69+ open open http://localhost:8001/app/login.htm
8670```
8771
8872## Protocols
You can’t perform that action at this time.
0 commit comments