1
0
mirror of https://github.com/actix/examples synced 2025-01-22 22:05:57 +01:00
2022-10-26 16:51:27 +01:00
..
2022-07-09 21:05:06 +01:00
2022-02-18 02:01:48 +00:00
2022-10-26 16:51:27 +01:00
2022-02-18 02:01:48 +00:00
2022-02-18 02:22:58 +00:00
2022-02-18 02:01:48 +00:00
2022-02-18 02:01:48 +00:00

protobuf

Usage

Server

cd protobuf
cargo run

Client

# Dependencies
wget https://github.com/protocolbuffers/protobuf/releases/download/v3.11.2/protobuf-python-3.11.2.zip
unzip protobuf-python-3.11.2.zip
cd protobuf-3.11.2/python/
python3 setup.py install
pip3 install --upgrade pip
pip3 install aiohttp

# Client
cd ../..
python3 client.py