Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonsturgeon authored Oct 5, 2024
1 parent de4a229 commit b4ab177
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,17 @@
<p align="left">
<a href="https://discord.gg/5JUqZjzmYJ" alt="Discord Invite"><img src="https://img.shields.io/discord/981394195812085770?label=Support&logo=discord&logoColor=white" /></a>
</p>

A lightning-fast networking library for Garry's Mod that allows you to quickly send large amounts of data between server/client with ease.

<br>

**FYI:** Please consider testing the next release, it has signfiicant improvements over the base.
Read more here: https://github.com/CFC-Servers/gm_express/pull/37

<br>


Seriously, it's really easy! Take a look:
```lua
-- Server
Expand Down Expand Up @@ -71,6 +80,7 @@ end )
</details>



In this example, `huge_data_file.json` could be in excess of ~~100mb~~ _(soon)_ 25mb post-compression without Express even breaking a sweat.
The client would receive the contents of the file as fast as their internet connection can carry it.

Expand Down

0 comments on commit b4ab177

Please sign in to comment.