Forest Logo
search
package_2

callnet

By @qullzz

Roblox

Mirrored

CallNet

Simple, buffer-based networking.

GitHub

CallNet is an networking library which takes your Luau data, and serializes it into buffers. On the other end, CallNet deserializes your data, and then feeds it back to your Luau code. You don't need to worry about type validation, optimization, packet structure, etc. CallNet does all the hard parts for you! Strictly typed with an incredibly basic API that explains itself, CallNet makes networking simple, easy, and quick. There's very few concepts you need to grasp in order to use CallNet; it has an incredibly minimalistic & simplistic, yet powerful API.

Installation

You can install CallNet on Wally

Performance

CallNet performs incredibly well compared to non-buffer based libraries like BridgeNet2. This is because CallNet has a custom serializer that takes your Luau data and transforms it into a buffer, sending that and deserializing it on the other side.

License

This project is under the MIT license! so, it's open source

Package Details

Install command (Click to copy)


Version

0.0.3

License

MIT

check_circle

Safe for commercial use

Automated license review — not legal advice.