Skip to content

maneetoo/wisp

Repository files navigation

Wisp-Logo

Wisp

Creator Store Docs Download Wally Pesde

Wisp - Roblox Networking between client and server, based on buffer written in Luau for Roblox. The main feature of Wisp is the almost possible minimum packet size, which is achieved through careful buffering, schemas, and table compression (LZ4HC, Deflate, Zstd). It also offers maximum ease of use and fast transmission between parties.

Warning

Wisp is in active development. Although the module passes all checks, some edge-cases may cause errors, data loss, and so on. For large projects, it is better wait for a stable version of Wisp or use similar alternatives. We would appreciate your help in finding vulnerabilities in the module by opening Issues and Pull Requests! Thank you so much!

Documentation

Jump!

Installation

Wally:

[dependencies]
Wisp = "manetoo/wisp@VERSION"

Pesde:

pesde add maneetoo/wisp

Contribution

We 💝 Pull Requests and Issues! You found a bug or error? Open Issue in Issues or if you want to help - open pull request with new/fixed code! Thanks so much for your help!

License

Wisp is released under the MIT License