mirror of
https://github.com/imezx/Warp.git
synced 2025-06-20 05:39:16 +00:00
A very-fast & powerful networking library for Roblox.
https://imezx.github.io/Warp/
fix bug: server function be invoke too manay time. server code local Wrap = require(game.ReplicatedStorage.Warp) local Func = Wrap.Server("Func"); Func:Connect(function(player: Player, str,num) warn("on_invoke", player.Name) task.wait(1) return "hi.." end) client code: local Wrap = require(game.ReplicatedStorage.Warp) local Func = Wrap.Client("Func"); warn(Func:Invoke(3, "balala")) |
||
---|---|---|
.github/workflows | ||
.vscode | ||
docs | ||
node_modules | ||
src | ||
test | ||
TestEZ | ||
.gitattributes | ||
.gitignore | ||
.luaurc | ||
aftman.toml | ||
default.project.json | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md | ||
runTests.server.luau | ||
test.project.json | ||
wally.toml | ||
Warp.rbxm | ||
WarpPlayground.rbxl |

Warp
A very-fast & powerful networking library for Roblox.
Why Warp
⚡ Performance
Warp is very-fast with much less bandwidth compared to native.
🍃 Lightweight
Warp is a lightweight library for Roblox.
📊 Task
Warp optimized efficient for large-scale task.
🔎 Typing
Warp written with strictly-typed.
Visit Warp documentation