This Rust application is designed to provide server monitoring functionality to the Server Monitoring Tool. It allows users to monitor the performance of their servers in real-time and receive alerts when issues arise.
To install the Rust server application, follow these steps:
- Install Rust and Cargo by following the instructions on the official Rust website.
- Clone this repository to your local machine.
- Navigate to the server directory.
- Run cargo build --release to build the application.
- Run ./target/release/server to start the server.
- By default, the server listens on port 8080. You can change the port by setting the PORT environment variable before starting the server.