1
0
mirror of https://github.com/actix/examples synced 2024-11-23 14:31:07 +01:00
examples/basics
Alexander Andreev 8f93a85083 delete index.html
fix #2
2018-04-14 22:04:12 +03:00
..
src add workspace 2018-04-13 12:32:15 -07:00
static delete index.html 2018-04-14 22:04:12 +03:00
Cargo.toml add workspace 2018-04-13 12:32:15 -07:00
README.md delete index.html 2018-04-14 22:04:12 +03:00

basics

Usage

server

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

web client