A very-fast & powerful networking library for Roblox. https://imezx.github.io/Warp/
Find a file
manee_too 5e972a7b9c
Changing Warp from a regular to a strict table. Adding the ability to use Client and Server without calling fn(); (Like Buffer)
Why Strict Table instead Regular?
- Catching early syntax errors
- Preventing changes/replacements of keys in the table
- Better Error handling with link to Documentation

Why `metatable` instead `fn()` for `Server` and `Client`?
- Flexibility (now you can use ".Client" and ".Client()" without losing typing)
-  More convenient use - for me personally, it will be more convenient to use one API retrieval interface (including for Warp), as Buffer is currently retrieved directly, but Client and Server - not.

Also, I Fixed Type Error for line 6 (RunService get) and added some comments
2026-05-07 12:14:08 +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 feat: add float32 precision option for vector2 & vector3 type 2026-05-04 08:15:52 +07:00
src Changing Warp from a regular to a strict table. Adding the ability to use Client and Server without calling fn(); (Like Buffer) 2026-05-07 12:14:08 +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 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(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 update LICENSE 2024-01-05 20:16:53 +07:00
package.json feat(buffer): expose some methods for custom datatypes usage 2026-02-16 20:45:45 +07:00
pesde.toml bump versions to pre.7 2026-04-22 08:52:44 +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 feat: XOR encoding 2026-04-11 16:56:20 +07:00
test.project.json v1.0.8 2024-03-14 11:58:08 +07:00
wally.toml bump versions to pre.7 2026-04-22 08:52:44 +07:00
Warp.rbxm bump versions to pre.7 2026-04-22 08:52:44 +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