Skip to content

Commit

Permalink
doc: add features section to README (#136)
Browse files Browse the repository at this point in the history
* wip
* update
  • Loading branch information
fanweixiao authored Mar 1, 2021
1 parent 05a6df7 commit 422995d
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -138,7 +151,7 @@ echo 'export GOPATH=~/.go' >> .bashrc
echo 'export PATH="$GOPATH/bin:$PATH"' >> ~/.bashrc
```

## 🌶 Use Case
## 🧩 Interop

### event-first processing

Expand Down

0 comments on commit 422995d

Please sign in to comment.