Warp/docs/guide/index.md

17 lines
553 B
Markdown
Raw Normal View History

2024-01-05 12:14:38 +00:00
# Overview
2026-02-12 13:22:09 +00:00
Warp is a powerful networking library for Roblox that comes with rapidly-fast performance and efficient with Typing to any-scale games.
2024-01-05 12:14:38 +00:00
## Why Warp
### ⚡ Performance
2026-02-12 13:22:09 +00:00
Warp is rapidly-fast with much less bandwidth compared to native.
2024-01-05 12:14:38 +00:00
2026-02-12 13:22:09 +00:00
### 🍃 Compact
Warp is a simple, efficient & lightweight library.
2024-01-05 12:14:38 +00:00
2026-02-12 13:22:09 +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:14:38 +00:00
### 🔎 Typing
Warp written with strictly-typed.