1
0
mirror of https://github.com/actix/examples synced 2024-11-23 14:31:07 +01:00
examples/basics
2020-09-12 16:49:45 +01:00
..
src v3 examples (#364) 2020-09-12 16:49:45 +01:00
static Fix favicon link (#172) 2019-09-13 17:15:26 +09:00
Cargo.toml v3 examples (#364) 2020-09-12 16:49:45 +01:00
README.md Fix path-text (#225) 2020-01-08 19:23:01 +09:00

basics

Usage

server

cd examples/basics
cargo run
# Started http server: 127.0.0.1:8080

web client