A very-fast & powerful networking library for Roblox. https://imezx.github.io/Warp/
Find a file
2026-02-14 00:27:25 +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 rewrite(phase4): fix ids arent ordered 2026-02-14 00:02:17 +07:00
node_modules feat(docs): few changes for better appearance 2026-02-13 14:35:14 +07:00
src rewrite(phase4): revert changes due to collision and updated tests unit for identifier 2026-02-14 00:27:25 +07:00
test rewrite(phase4): revert changes due to collision and updated tests unit for identifier 2026-02-14 00:27:25 +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 rewrite(phase4): implement Identifier, and small fix 2026-02-13 17:37:23 +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(docs): few changes for better appearance 2026-02-13 14:35:14 +07:00
default.project.json rewrite(phase4): upstream to v1.1.0-pre2 2026-02-13 17:55:32 +07:00
LICENSE update LICENSE 2024-01-05 20:16:53 +07:00
package.json feat(deploy): test to upgrade dependencies & migrate to bun 2026-02-11 23:20:26 +07:00
pesde.toml rewrite(phase4): upstream to v1.1.0-pre2 2026-02-13 17:55:32 +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(phase4): upstream to v1.1.0-pre2 2026-02-13 17:55:32 +07:00
test.project.json v1.0.8 2024-03-14 11:58:08 +07:00
wally.toml rewrite(phase4): upstream to v1.1.0-pre2 2026-02-13 17:55:32 +07:00
Warp.rbxm rewrite(phase4): update .rbxm file for v1.1.0-pre2 2026-02-13 17:50:45 +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