mirror of
https://github.com/imezx/Warp.git
synced 2025-04-24 07:00:03 +00:00
update readme.md
This commit is contained in:
parent
f9f2f900b2
commit
08883fe411
2 changed files with 20 additions and 12 deletions
32
README.md
32
README.md
|
@ -1,17 +1,25 @@
|
|||
# Warp
|
||||
Generated by [Rojo](https://github.com/rojo-rbx/rojo) 7.4.0-rc3.
|
||||
<div align="center">
|
||||
<img src="docs/public/warp.png" alt="Warp icon" />
|
||||
<h1><span style="color:blue;">Warp</span></h1>
|
||||
<p><h1>A very-fast & powerful networking library for Roblox.</h1></p>
|
||||
</div>
|
||||
|
||||
## Getting Started
|
||||
To build the place from scratch, use:
|
||||
---
|
||||
|
||||
```bash
|
||||
rojo build -o "Warp.rbxlx"
|
||||
```
|
||||
## Why Warp
|
||||
|
||||
Next, open `Warp.rbxlx` in Roblox Studio and start the Rojo server:
|
||||
### ⚡ Performance
|
||||
Warp is very-fast with much less bandwidth compared to native.
|
||||
|
||||
```bash
|
||||
rojo serve
|
||||
```
|
||||
### 🍃 Lightweight
|
||||
Warp is a lightweight library for Roblox.
|
||||
|
||||
For more help, check out [the Rojo documentation](https://rojo.space/docs).
|
||||
### 📊 Task
|
||||
Warp optimized efficient for large-scale task.
|
||||
|
||||
### 🔎 Typing
|
||||
Warp written with strictly-typed.
|
||||
|
||||
---
|
||||
|
||||
Visit Warp [documentation](https://imezx.github.io/Warp)
|
Binary file not shown.
Before Width: | Height: | Size: 16 KiB |
Loading…
Reference in a new issue