mirror of
https://github.com/imezx/Warp.git
synced 2026-03-18 00:44:16 +00:00
25 lines
No EOL
667 B
Markdown
25 lines
No EOL
667 B
Markdown
<div align="center">
|
|
<img src="docs/public/warp.png" alt="Warp icon" />
|
|
<h1><span style="color:blue;">Warp</span></h1>
|
|
<p><h1>A very-fast & powerful networking library.</h1></p>
|
|
</div>
|
|
|
|
---
|
|
|
|
## Why Warp
|
|
|
|
### ⚡ Performance
|
|
Warp is rapidly-fast with much less bandwidth compared to native.
|
|
|
|
### 🍃 Compact
|
|
Warp is a simple, efficient & lightweight library.
|
|
|
|
### 📊 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.
|
|
|
|
### 🔎 Typing
|
|
Warp written with strictly-typed.
|
|
|
|
---
|
|
|
|
Visit Warp [documentation](https://imezx.github.io/Warp) |