1
0
mirror of https://github.com/actix/examples synced 2025-05-01 12:23:48 +02:00

264 B

hello-world

Usage

server

cd basics/hello-world
cargo run
# starting HTTP server at http://localhost:8080

web client