aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6f6a363..b36e7c2 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ Axon is the transport and identity layer for systems where agents, humans, and a
9- **The relay is a log, not a database.** It routes and stores signed events. Derived data lives downstream in consumers. 9- **The relay is a log, not a database.** It routes and stores signed events. Derived data lives downstream in consumers.
10- **Identity is a keypair.** Ed25519 public keys are the unit of identity. No passwords, no tokens, no certificate infrastructure. 10- **Identity is a keypair.** Ed25519 public keys are the unit of identity. No passwords, no tokens, no certificate infrastructure.
11- **Content is opaque.** The relay indexes what it needs for routing and stores the rest as raw bytes. It cannot read what it was not designed to index. 11- **Content is opaque.** The relay indexes what it needs for routing and stores the rest as raw bytes. It cannot read what it was not designed to index.
12- **Kafka at the edge, plus identity.** Filtered subscriptions over WebSocket give browsers and agents direct access to the event stream without a gateway layer. 12- **Direct client access.** Filtered subscriptions over WebSocket give browsers and agents direct access to the event stream without a gateway layer.
13 13
14## Protocol 14## Protocol
15 15