A very-fast & powerful networking library for Roblox. https://imezx.github.io/Warp/
Find a file
2026-02-13 00:55:33 +07:00
.github/workflows chore(deploy): another attempt to fix deployment 2026-02-11 23:30:09 +07:00
.vscode fix 2024-03-17 16:04:48 +07:00
docs chore(docs): resort 2026-02-12 20:37:01 +07:00
node_modules feat(deploy): test to upgrade dependencies & migrate to bun 2026-02-11 23:20:26 +07:00
src rewrite(phase3): nah nvm 2026-02-13 00:55:33 +07:00
test rewrite(phase3): add back varuint test 2026-02-11 23:11:01 +07:00
TestEZ v1.0.8 2024-03-14 11:58:08 +07:00
.gitattributes luau 2026-02-11 13:43:36 +07:00
.gitignore v1.0.10-test 2024-05-04 12:49:50 +07:00
.luaurc v1.0.5 & docs update 2024-01-31 13:33:19 +07:00
aftman.toml feat(deploy): test to upgrade dependencies & migrate to bun 2026-02-11 23:20:26 +07:00
bun.lock feat(deploy): test to upgrade dependencies & migrate to bun 2026-02-11 23:20:26 +07:00
default.project.json change 2024-04-06 11:21:35 +07:00
LICENSE update LICENSE 2024-01-05 20:16:53 +07:00
package-lock.json v1.0.5 & docs update 2024-01-31 13:33:19 +07:00
package.json feat(deploy): test to upgrade dependencies & migrate to bun 2026-02-11 23:20:26 +07:00
pesde.toml feat(docs): few more minor changes 2026-02-12 20:22:09 +07:00
README.md feat(docs): few more minor changes 2026-02-12 20:22:09 +07:00
runTests.server.luau v1.0.8 2024-03-14 11:58:08 +07:00
sourcemap.json rewrite(phase2): bitpacking booleans & arrays with optional 2026-02-11 19:01:38 +07:00
test.project.json v1.0.8 2024-03-14 11:58:08 +07:00
wally.toml feat(docs): few more minor changes 2026-02-12 20:22:09 +07:00
Warp.rbxm rewrite(phas3): update .rbxm for 1.1.x 2026-02-12 16:40:43 +07:00
WarpPlayground.rbxl v1.0.4 2024-01-30 13:36:08 +07:00

Warp icon

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