2018-04-13 03:18:42 +02:00
|
|
|
# state
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
|
|
|
### server
|
|
|
|
|
2022-02-18 04:36:04 +01:00
|
|
|
```sh
|
2021-10-06 23:28:53 +02:00
|
|
|
cd basics/state
|
2018-04-13 03:18:42 +02:00
|
|
|
cargo run
|
|
|
|
# Started http server: 127.0.0.1:8080
|
|
|
|
```
|
|
|
|
|
|
|
|
### web client
|
|
|
|
|
|
|
|
- [http://localhost:8080/](http://localhost:8080/)
|