web-service-count-axum 1.1.0

Web service that displays the hit count by using Axum, Tokio, Rust. The purpose of this is simple testing of our systems.
web-service-count-axum-1.1.0 is not a library.

Web service count axum

documentationsourcellms.txtcrateemail

Web service that displays the hit count by using Axum, Tokio, Rust.

This is a very simple web service that we use for testing our systems.

Steps

Run the service on host 0.0.0.0 port 3000 or wherever you wish:

cargo run -- "0.0.0.0:3000"

Browse https://localhost:3000

You should see a web page that displays the hit count.

References

Based on free open source software Demo Rust Axum.