Warp/README.md

25 lines
670 B
Markdown
Raw Normal View History

2024-01-05 12:33:37 +00:00
<div align="center">
<img src="docs/public/warp.png" alt="Warp icon" />
<h1><span style="color:blue;">Warp</span></h1>
2026-02-12 13:22:09 +00:00
<p><h1>A rapidly-fast & powerful networking library.</h1></p>
2024-01-05 12:33:37 +00:00
</div>
2024-01-05 12:14:38 +00:00
2024-01-05 12:33:37 +00:00
---
2024-01-05 12:14:38 +00:00
2024-01-05 12:33:37 +00:00
## Why Warp
2024-01-05 12:14:38 +00:00
2024-01-05 12:33:37 +00:00
### ⚡ Performance
Warp is rapidly-fast with much less bandwidth compared to native.
2024-01-05 12:14:38 +00:00
### 🍃 Compact
Warp is a simple, efficient & lightweight library.
2024-01-05 12:14:38 +00:00
### 📊 Dynamic
Warp is dynamic by default. It serializes and deserializes data dynamically without requiring a user-defined schema, although schema support is available as an option.
2024-01-05 12:33:37 +00:00
### 🔎 Typing
Warp written with strictly-typed.
---
Visit Warp [documentation](https://imezx.github.io/Warp)