GitXplorerGitXplorer
M

servers

public
6 stars
1 forks
2 issues

Commits

List of commits on branch main.
Unverified
d5b238f15343f822537f42fbce2f91bfe7ab8d63

fix(deps): update rust crate async-trait to 0.1.63

rrenovate[bot] committed 2 years ago
Unverified
91ab6cb607689fcd7283964c1fa3de8ae99e3fef

fix(deps): update rust crate async-trait to 0.1.61

rrenovate[bot] committed 2 years ago
Unverified
de5e26bbf2794eaf695790038ec83aa75a3055ee

fix(deps): update all non-major dependencies

rrenovate[bot] committed 2 years ago
Unverified
09f7d14bcc760f5d512df661d49972a9eea19767

fix(deps): update all non-major dependencies

rrenovate[bot] committed 2 years ago
Unverified
ce546a0c69425ea3781d35213fe567c32e540cb3

fix(deps): update rust crate libloading to 0.7.4

rrenovate[bot] committed 2 years ago
Unverified
619ed0b41d3706533b9f8a42f7d7dc76da0aab9a

fix(deps): update rust crate clap to 3.2.23

rrenovate[bot] committed 2 years ago

README

The README file for this repository.

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.