servers

Crates.ioservers
lib.rsservers
version0.6.0
sourcesrc
created_at2022-06-17 12:17:57.687023
updated_at2022-08-17 20:10:21.041547
descriptionTCP and WebSocket server for Clients written in Rust
homepagehttps://github.com/MedzikUser/servers
repositoryhttps://github.com/MedzikUser/servers.git
max_upload_size
id607958
size62,414
Oskar Karpiński (M3DZIK)

documentation

README

Servers - Simple TCP and WebSocket server

docs-rs total-lines code-size ci

image

A simple TCP server for clients and WebSocket server written in Rust 🦀 which can be extended with plugins.

👨‍💻 Building

First clone the repository: git clone https://github.com/MedzikUser/servers.git

Requirements

  • Rust

To build run the command: cargo build --release

The compiled binary can be found in ./target/release/servers

Writing plugins

Read the docs from plugins module.

Commit count: 91

cargo fmt