| Crates.io | servers |
| lib.rs | servers |
| version | 0.6.0 |
| created_at | 2022-06-17 12:17:57.687023+00 |
| updated_at | 2022-08-17 20:10:21.041547+00 |
| description | TCP and WebSocket server for Clients written in Rust |
| homepage | https://github.com/MedzikUser/servers |
| repository | https://github.com/MedzikUser/servers.git |
| max_upload_size | |
| id | 607958 |
| size | 62,414 |
A simple TCP server for clients and WebSocket server written in Rust 🦀 which can be extended with plugins.
First clone the repository: git clone https://github.com/MedzikUser/servers.git
To build run the command: cargo build --release
The compiled binary can be found in ./target/release/servers
Read the docs from plugins module.