mirror of
https://github.com/imezx/Warp.git
synced 2026-03-18 00:44:16 +00:00
feat(docs): few more minor changes
This commit is contained in:
parent
3a82b748d2
commit
4b70a12e79
6 changed files with 11 additions and 11 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<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.</h1></p>
|
||||
<p><h1>A rapidly-fast & powerful networking library.</h1></p>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
|
|
|||
|
|
@ -82,7 +82,7 @@ function side() {
|
|||
|
||||
export default defineConfig({
|
||||
title: "Warp",
|
||||
description: "Warp - A very-fast & powerful network library for Roblox.",
|
||||
description: "Warp - A rapidly-fast & powerful network library for Roblox.",
|
||||
lang: 'en-US',
|
||||
head: [
|
||||
['link', { rel: 'icon', href: 'favicon.ico' }],
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
import{_ as e,o as a,c as t,Q as r}from"./chunks/framework.419948d5.js";const m=JSON.parse('{"title":"Overview","description":"","frontmatter":{},"headers":[],"relativePath":"guide/index.md","filePath":"guide/index.md"}'),i={name:"guide/index.md"},o=r('<h1 id="overview" tabindex="-1">Overview <a class="header-anchor" href="#overview" aria-label="Permalink to "Overview""></a></h1><p>FastNet2 is a networking library for Roblox, where its very-fast performance and lightweight.</p><h2 id="why-fastnet2" tabindex="-1">Why FastNet2 <a class="header-anchor" href="#why-fastnet2" aria-label="Permalink to "Why FastNet2""></a></h2><h3 id="⚡-performance" tabindex="-1">⚡ Performance <a class="header-anchor" href="#⚡-performance" aria-label="Permalink to "⚡ Performance""></a></h3><p>FastNet2 is very-fast with high performance networking, only use a single remote event to reduce bandwidth usage and increase performance gain.</p><h3 id="🍃-lightweight" tabindex="-1">🍃 Lightweight <a class="header-anchor" href="#🍃-lightweight" aria-label="Permalink to "🍃 Lightweight""></a></h3><p>FastNet2 is a lightweight module for roblox games</p><h3 id="📊-task" tabindex="-1">📊 Task <a class="header-anchor" href="#📊-task" aria-label="Permalink to "📊 Task""></a></h3><p>FastNet2 been optimized for a game that have heavy usage and require optimizations</p><h3 id="🔒-secure" tabindex="-1">🔒 Secure <a class="header-anchor" href="#🔒-secure" aria-label="Permalink to "🔒 Secure""></a></h3><p>FastNet2 have built-in feature where it securing their data network to make exploiters harder to exploit it</p>',11),n=[o];function h(s,d,l,c,u,p){return a(),t("div",null,n)}const _=e(i,[["render",h]]);export{m as __pageData,_ as default};
|
||||
import{_ as e,o as a,c as t,Q as r}from"./chunks/framework.419948d5.js";const m=JSON.parse('{"title":"Overview","description":"","frontmatter":{},"headers":[],"relativePath":"guide/index.md","filePath":"guide/index.md"}'),i={name:"guide/index.md"},o=r('<h1 id="overview" tabindex="-1">Overview <a class="header-anchor" href="#overview" aria-label="Permalink to "Overview""></a></h1><p>FastNet2 is a networking library for Roblox, where its rapidly-fast performance and lightweight.</p><h2 id="why-fastnet2" tabindex="-1">Why FastNet2 <a class="header-anchor" href="#why-fastnet2" aria-label="Permalink to "Why FastNet2""></a></h2><h3 id="⚡-performance" tabindex="-1">⚡ Performance <a class="header-anchor" href="#⚡-performance" aria-label="Permalink to "⚡ Performance""></a></h3><p>FastNet2 is very-fast with high performance networking, only use a single remote event to reduce bandwidth usage and increase performance gain.</p><h3 id="🍃-lightweight" tabindex="-1">🍃 Lightweight <a class="header-anchor" href="#🍃-lightweight" aria-label="Permalink to "🍃 Lightweight""></a></h3><p>FastNet2 is a lightweight module for roblox games</p><h3 id="📊-task" tabindex="-1">📊 Task <a class="header-anchor" href="#📊-task" aria-label="Permalink to "📊 Task""></a></h3><p>FastNet2 been optimized for a game that have heavy usage and require optimizations</p><h3 id="🔒-secure" tabindex="-1">🔒 Secure <a class="header-anchor" href="#🔒-secure" aria-label="Permalink to "🔒 Secure""></a></h3><p>FastNet2 have built-in feature where it securing their data network to make exploiters harder to exploit it</p>',11),n=[o];function h(s,d,l,c,u,p){return a(),t("div",null,n)}const _=e(i,[["render",h]]);export{m as __pageData,_ as default};
|
||||
|
|
|
|||
|
|
@ -1,17 +1,17 @@
|
|||
# Overview
|
||||
|
||||
Warp is a networking library for Roblox that comes with very fast performance and efficient with Type to any-scale games.
|
||||
Warp is a powerful networking library for Roblox that comes with rapidly-fast performance and efficient with Typing to any-scale games.
|
||||
|
||||
## Why Warp
|
||||
|
||||
### ⚡ Performance
|
||||
Warp is very-fast with much less bandwidth compared to native.
|
||||
Warp is rapidly-fast with much less bandwidth compared to native.
|
||||
|
||||
### 🍃 Lightweight
|
||||
Warp is a lightweight library for Roblox.
|
||||
### 🍃 Compact
|
||||
Warp is a simple, efficient & lightweight library.
|
||||
|
||||
### 📊 Task
|
||||
Warp optimized efficient for large-scale task.
|
||||
### 📊 Dynamic
|
||||
Warp is dynamic by default. It serializes and deserializes data dynamically without requiring a user-defined schema, although schema support is available as an option.
|
||||
|
||||
### 🔎 Typing
|
||||
Warp written with strictly-typed.
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
name = "eternitydev/warp"
|
||||
version = "1.1.0-pre1"
|
||||
description = "A very-fast & powerful networking library."
|
||||
description = "A rapidly-fast & powerful networking library."
|
||||
authors = ["eternitydev"]
|
||||
repository = "https://github.com/imezx/Warp"
|
||||
license = "MIT"
|
||||
|
|
|
|||
|
|
@ -5,6 +5,6 @@ registry = "https://github.com/UpliftGames/wally-index"
|
|||
realm = "shared"
|
||||
license = "MIT"
|
||||
exclude = ["node_modules", "docs", ".github", "*.rbxl", "*.rbxmx", "*.rbxml", "*.rbxm", "TestEZ", "test.project.json"]
|
||||
description = "A very-fast & powerful networking library for Roblox."
|
||||
description = "A rapidly-fast & powerful networking library."
|
||||
|
||||
[dependencies]
|
||||
Loading…
Reference in a new issue