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 |
#245 in WebSocket
27KB
599 lines
Servers - Simple TCP and WebSocket server
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–24MB
~341K SLoC