Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/red-blox/Red
A simple, fast, and powerful networking library for Roblox.
https://github.com/red-blox/Red
Last synced: about 2 months ago
JSON representation
A simple, fast, and powerful networking library for Roblox.
- Host: GitHub
- URL: https://github.com/red-blox/Red
- Owner: red-blox
- License: mit
- Created: 2023-06-12T06:35:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-18T16:51:59.000Z (9 months ago)
- Last Synced: 2024-02-18T17:51:08.329Z (9 months ago)
- Language: Lua
- Size: 283 KB
- Stars: 40
- Watchers: 3
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-roblox - Red
README
# What is Red?
Red is a networking library for Roblox that combines blazingly fast performance with a simple API. With Red's tiny size, it is suitable for any project, from tiny experiments to games that serve millions of players.
## Features
### ⚡Blazingly Fast
Red achieves high performance by packing events in a compressed format, using up to 75% less bandwidth. Red uses a single remote event with identifiers to reduce bandwidth, and increase performance.
### ⚙️No Config
Red is designed to work out of the box with no configuration required. Just require the library and begin developing. No config means less boilerplate and more time to focus on what matters: your project.
### 🔐Type Safety
Red is written with type safety in mind, so you can use Luau and get full intellisense and linting right in your editor. Full intellisense without any extra work means faster development with autocomplete and catching bugs before they happen.
### 🔎Obfuscation
As part of it's optimization features, Red obfuscates network data to make it harder for cheaters to read networking logs. This makes it significantly harder for cheaters to reverse engineer and cheat in your game.
## Documentation
Red's documentation can be found [here](https://red.redblox.dev).