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