actix-web/examples/basic
ami44 955c45118f upd basic with favicon and subpage 2017-12-31 14:45:42 +01:00
..
src upd basic with favicon and subpage 2017-12-31 14:45:42 +01:00
Cargo.toml move example/basic.rs to examples/basic 2017-12-30 16:50:17 +01:00
README.md move example/basic.rs to examples/basic 2017-12-30 16:50:17 +01:00

README.md

basic

Usage

server

cd actix-web/examples/basic
cargo run
# Started http server: 127.0.0.1:8080

web client