#websocket-server #tcp-server #clients #plugin #extended #tcp-client #🦀

bin+lib servers

TCP and WebSocket server for Clients written in Rust

7 releases (breaking)

0.6.0 Aug 17, 2022
0.5.0 Aug 17, 2022
0.4.2 Aug 17, 2022
0.3.0 Aug 4, 2022
0.1.0 Jun 17, 2022

#206 in WebSocket

Download history 3/week @ 2024-02-28 87/week @ 2024-03-06 27/week @ 2024-03-13

117 downloads per month

MIT license

27KB
599 lines

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.

Dependencies

~11–23MB
~349K SLoC