GitHunt
OS

A simple TCP and WebSocket server for clients written in Rust ๐Ÿฆ€ which can be extended with plugins.

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.

OskarKarpinski/servers | GitHunt