1
0
mirror of https://github.com/actix/examples synced 2024-11-23 14:31:07 +01:00
examples/basics/hello-world
2023-03-26 15:39:11 +01:00
..
src standardize examples 2023-03-14 03:11:49 +00:00
Cargo.toml standardize examples 2023-03-14 03:11:49 +00:00
README.md feat: add README.md into basics/hello-world (#612) 2023-03-26 15:39:11 +01:00

hello-world

Usage

server

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

web client