mirror of
https://github.com/imezx/Warp.git
synced 2026-03-18 00:44:16 +00:00
A very-fast & powerful networking library for Roblox.
https://imezx.github.io/Warp/
|
|
||
|---|---|---|
| .github/workflows | ||
| .vscode | ||
| docs | ||
| node_modules | ||
| src | ||
| test | ||
| TestEZ | ||
| .gitattributes | ||
| .gitignore | ||
| .luaurc | ||
| aftman.toml | ||
| bun.lock | ||
| default.project.json | ||
| LICENSE | ||
| package.json | ||
| pesde.toml | ||
| README.md | ||
| runTests.server.luau | ||
| sourcemap.json | ||
| test.project.json | ||
| wally.toml | ||
| Warp.rbxm | ||
| WarpPlayground.rbxl | ||
Warp
A rapidly-fast & powerful networking library.
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