1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00
examples/basics
2018-07-04 09:43:54 +02:00
..
src typos -> text/plain 2018-07-04 09:43:54 +02:00
static icons 2018-04-16 10:53:34 -07:00
Cargo.toml add async body example 2018-06-13 05:21:41 -07:00
README.md typos -> text/plain 2018-07-04 09:43:54 +02:00

basics

Usage

server

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

web client