1
0
mirror of https://github.com/actix/examples synced 2024-11-27 16:02:57 +01:00
examples/basics/README.md
Alexander Andreev 8f93a85083 delete index.html
fix #2
2018-04-14 22:04:12 +03:00

706 B

basics

Usage

server

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

web client