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

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.