Skip to content

Commit 0bf4f81

Browse files
committedSep 6, 2024·
bandit n2o
1 parent de650fe commit 0bf4f81

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed
 

‎README.md

+4-7
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,14 @@ unified API for external mq and caching services.
1515
* Endpoints: WebSockets, MQTT, TCP
1616
* Codebase: 700 LOC (Erlang), 500 LOC (JavaScript)
1717
* Dialyzer: REBAR, REBAR3, MAD, MIX
18-
* Hosts: COWBOY, EMQ, MOCHIWEB, RING, TCP, UDP
18+
* Hosts: BANDIT, COWBOY, EMQ, MOCHIWEB, RING, TCP, UDP
1919
* PubSub: GPROC, SYN, PG2
2020
* Formatters: JSON, BERT, ASN.1
2121

2222
## Protocol Extensions
2323

2424
* Templates: DTL, [NITRO](https://nitro.n2o.dev)
25-
* Abstract Database Layer [KVS](https://kvs.n2o.dev"): FS, MNESIA, ROCKSDB,
26-
RIAK, REDIS
25+
* Abstract Database Layer [KVS](https://kvs.n2o.dev"): FS, MNESIA, ROCKSDB, RIAK, REDIS
2726
* Business Processes: [BPE](https://bpe.n2o.dev) (BPMN 2.0), SCM, ERP, CRM
2827
* HTTP API: [REST](https://rest.n2o.dev) (proplist/JSON)
2928
* [ACTIVE](https://active.n2o.dev) Reloading: GNU/Linux, Windows, macOS
@@ -117,7 +116,5 @@ Formatters, Sessions, etc. Optional.
117116

118117
## Literature
119118

120-
* "N2O: no bullshit sane framework for wild web"
121-
[PDF](https://n2o.dev/books/n2o.pdf) (versions 0.11—4.4)
122-
* "N2O BOOK Vol.2 Green Book" [HTML](https://n2o.dev/ua/books/vol.2/index.html)
123-
(versions 4.5—9.11)
119+
* "N2O: no bullshit sane framework for wild web" [PDF](https://n2o.dev/books/n2o.pdf) (versions 0.11—4.4)
120+
* "N2O BOOK Vol.2 Green Book" [HTML](https://n2o.dev/ua/books/vol.2/index.html) (versions 4.5—9.11)

‎mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ defmodule N2O.Mixfile do
1010
def project do
1111
[
1212
app: :n2o,
13-
version: "10.12.4",
13+
version: "11.9.6",
1414
description: "N2O MQTT TCP WebSocket",
1515
package: package(),
1616
deps: deps()

0 commit comments

Comments
 (0)
Please sign in to comment.