mirror of
https://github.com/actix/examples
synced 2025-08-11 10:08:09 +02:00
feat: add README.md into basics/hello-world (#612)
This commit is contained in:
16
basics/hello-world/README.md
Normal file
16
basics/hello-world/README.md
Normal 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)
|
Reference in New Issue
Block a user