2024-01-05 12:14:38 +00:00
---
layout: home
hero:
image:
src: "/warp.png"
actions:
- theme: brand
text: Get Started
link: /guide/
- theme: alt
text: API Reference
2026-02-12 09:38:34 +00:00
link: /api/1.1/warp
2024-01-05 12:14:38 +00:00
- theme: alt
text: View on Github
link: https://github.com/imezx/Warp
features:
- icon: ⚡
title: Performance
2026-02-12 13:19:31 +00:00
details: Warp is rapidly-fast with much less bandwidth compared to native.
2024-01-05 12:14:38 +00:00
- icon: 🍃
2026-02-12 13:19:31 +00:00
title: Compact
details: Warp is a simple, efficient & lightweight library.
2024-01-05 12:14:38 +00:00
- icon: 📊
2026-02-12 13:19:31 +00:00
title: Dynamic
details: 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:14:38 +00:00
- icon: 🔎
title: Type
details: Warp written with strictly-typed.
---