This project wants to be something similar to Lucko's ByteSocks but written in Rust, making it faster and more efficient.
In summary this project allows clients to create like rooms
where they can send messages to all the clients in the room, making it a good option for people who want to recreate a viewer like spark or luckperms one
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
This is an example of how to list things you need to use the software and how to install them.
- rust
Here you have the instructions to build and run the server.
- Clone the repo
git clone https://github.com/Angelillo15/neosocket.git
- Build the project
# to do a debug build cargo build # to do a release build (recommended) cargo build --release
- Run the project
# to run the project in debug mode ./target/debug/neosocket # to run the project in release mode (recommended) ./target/release/neosocket
Just install the project and run it. It will start a server on 0.0.0.0:2022
by default. You can change the port by
setting the PORT
environment variable and the host by setting the HOST
environment variable.
Distributed under the GNU GPL-3.0 License. See LICENSE.txt
for more information.