Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 768 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 768 Bytes

Rust Server Application for Server Monitoring Tool

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.

Installation

To install the Rust server application, follow these steps:

  1. Install Rust and Cargo by following the instructions on the official Rust website.
  2. Clone this repository to your local machine.
  3. Navigate to the server directory.
  4. Run cargo build --release to build the application.
  5. Run ./target/release/server to start the server.
  6. By default, the server listens on port 8080. You can change the port by setting the PORT environment variable before starting the server.