1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00

feat: add README.md into basics/hello-world (#612)

This commit is contained in:
liuliu 2023-03-26 22:39:11 +08:00 committed by GitHub
parent acbed8e670
commit bc1f32ace5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,16 @@
# hello-world
## Usage
### server
```sh
cd basics/hello-world
cargo run
# starting HTTP server at http://localhost:8080
```
### web client
- [http://localhost:8080](http://localhost:8080)
- [http://localhost:8080/index.html](http://localhost:8080/index.html)