mirror of
https://github.com/actix/examples
synced 2024-11-23 22:41:07 +01:00
17 lines
264 B
Markdown
17 lines
264 B
Markdown
|
# 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)
|