Skip to content

Commit

Permalink
bandit n2o
Browse files Browse the repository at this point in the history
  • Loading branch information
5HT committed Sep 6, 2024
1 parent de650fe commit 0bf4f81
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,14 @@ unified API for external mq and caching services.
* Endpoints: WebSockets, MQTT, TCP
* Codebase: 700 LOC (Erlang), 500 LOC (JavaScript)
* Dialyzer: REBAR, REBAR3, MAD, MIX
* Hosts: COWBOY, EMQ, MOCHIWEB, RING, TCP, UDP
* Hosts: BANDIT, COWBOY, EMQ, MOCHIWEB, RING, TCP, UDP
* PubSub: GPROC, SYN, PG2
* Formatters: JSON, BERT, ASN.1

## Protocol Extensions

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

## Literature

* "N2O: no bullshit sane framework for wild web"
[PDF](https://n2o.dev/books/n2o.pdf) (versions 0.11—4.4)
* "N2O BOOK Vol.2 Green Book" [HTML](https://n2o.dev/ua/books/vol.2/index.html)
(versions 4.5—9.11)
* "N2O: no bullshit sane framework for wild web" [PDF](https://n2o.dev/books/n2o.pdf) (versions 0.11—4.4)
* "N2O BOOK Vol.2 Green Book" [HTML](https://n2o.dev/ua/books/vol.2/index.html) (versions 4.5—9.11)
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ defmodule N2O.Mixfile do
def project do
[
app: :n2o,
version: "10.12.4",
version: "11.9.6",
description: "N2O MQTT TCP WebSocket",
package: package(),
deps: deps()
Expand Down

0 comments on commit 0bf4f81

Please sign in to comment.