A very-fast & powerful networking library for Roblox. https://imezx.github.io/Warp/
Find a file
2026-04-22 08:49:30 +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): fix buffer doc 2026-04-11 18:27:23 +07:00
src chore(server): dont pass identifier id for invoke client 2026-04-22 08:49:30 +07:00
test chore(replication): small refine due its failing the tests 2026-02-16 17:36:25 +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
aftman.toml feat(deploy): test to upgrade dependencies & migrate to bun 2026-02-11 23:20:26 +07:00
bun.lock feat(buffer): expose some methods for custom datatypes usage 2026-02-16 20:45:45 +07:00
default.project.json rewrite(phase4): upstream to v1.1.0-pre2 2026-02-13 17:55:32 +07:00
LICENSE
package.json feat(buffer): expose some methods for custom datatypes usage 2026-02-16 20:45:45 +07:00
pesde.toml upstream to pre4 2026-02-23 12:06:03 +07:00
README.md feat(docs): few more minor changes 2026-02-12 20:22:09 +07:00
runTests.server.luau
sourcemap.json feat: XOR encoding 2026-04-11 16:56:20 +07:00
test.project.json
wally.toml upstream to pre4 2026-02-23 12:06:03 +07:00
Warp.rbxm update .rbxm 2026-04-11 17:32:44 +07:00
WarpPlayground.rbxl

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