https://github.com/autumngmod/autumnnet
High abstraction level network library for Garry's Mod
https://github.com/autumngmod/autumnnet
glua network
Last synced: 7 months ago
JSON representation
High abstraction level network library for Garry's Mod
- Host: GitHub
- URL: https://github.com/autumngmod/autumnnet
- Owner: autumngmod
- Created: 2025-05-19T23:12:49.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-05-23T19:55:32.000Z (8 months ago)
- Last Synced: 2025-06-10T20:43:09.409Z (8 months ago)
- Topics: glua, network
- Language: Lua
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AutumnNet
``AutumnNet`` is a high abstraction level lua library for more convient and safe networking in Garry's Mod.
## Documentation
You can find the documentation in the [Wiki of this repository](https://github.com/autumngmod/autumnnet/wiki). We are constantly updating it, and try to keep it fresh.
## Installation
* Via [libloader](https://github.com/autumngmod/libloader)
```shell
lib i autumngmod/autumnnet@0.1.0
```
* From GitHub Releases
1. Download [latest minified file](https://github.com/autumngmod/autumnnet/releases/latest/download/lib.lua)
2. Save it in ``GarrysMod/garrysmod/lua/autorun``