From 422995d810142018bb397bdc46b91fdd1f3d1140 Mon Sep 17 00:00:00 2001 From: fanweixiao Date: Tue, 2 Mar 2021 00:33:33 +0800 Subject: [PATCH] doc: add features section to README (#136) * wip * update --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dbb5d927c..9ac139e5f 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,19 @@ Official Website: 🦖[https://yomo.run](https://yomo.run) [Gitee](https://gitee.com/yomorun/yomo) +## 🌶 Features + +| | **Features**| +| --- | ----------------------------------------------------------------------------------| +| ⚡️ | **Low-latency** Guaranteed by implementing atop QUIC [QUIC](https://datatracker.ietf.org/wg/quic/documents/) | +| 🔐 | **Security** TLS v1.3 on every data packet by design | +| 📱 | **5G/WiFi-6** Reliable networking in Celluar/Wireless | +| 🌎 | **Geo-Distributed Edge Mesh** Edge-Mesh Native architecture makes your services close to end users | +| 📸 | **Event-First** Architecture leverages serverless service to be event driven and elastic | +| 🦖 | **Streaming Serverless** Write only a few lines of code to build applications and microservices | +| 🚀 | **Y3** a [faster than real-time codec](https://yomo.run/y3) | +| 📨 | **Reactive** stream processing based on [Rx](http://reactivex.io/documentation/operators.html) | + ## 🚀 Getting Started ### 1. Install CLI @@ -138,7 +151,7 @@ echo 'export GOPATH=~/.go' >> .bashrc echo 'export PATH="$GOPATH/bin:$PATH"' >> ~/.bashrc ``` -## 🌶 Use Case +## 🧩 Interop ### event-first processing