Simple TCP server for clients written in Rust 🦀 with plugins support.
Go to file
MedzikUser d0120a0703
refactor: rewrite
- Better Client struct (TCP and WebSocket in one type)
- WebSocket is now not a proxy to tcp
- Use async-std instead a tokio
- Use Arc and Client type now have a Clone derive
- Add global CLIENTS list
2022-08-12 22:32:22 +02:00
.github/workflows ci(build-release-binaries.yml): run only on tag push` 2022-06-20 22:22:33 +02:00
plugin_test refactor: rewrite 2022-08-12 22:32:22 +02:00
src refactor: rewrite 2022-08-12 22:32:22 +02:00
.gitignore chore: update logger and save logs to file 2022-06-26 12:35:58 +02:00
Cargo.lock refactor: rewrite 2022-08-12 22:32:22 +02:00
Cargo.toml refactor: rewrite 2022-08-12 22:32:22 +02:00
LICENSE initial commit 2022-06-04 13:58:21 +02:00
rustfmt.toml refactor: rewrite 2022-08-12 22:32:22 +02:00