1
0
mirror of https://github.com/actix/examples synced 2025-01-23 06:14:35 +01:00
Altug Sahin 8186a8cfea
fix broken links (#441)
Co-authored-by: Igor Aleksanov <popzxc@yandex.ru>
Co-authored-by: Altug Sahin <altugsahin@gmail.com>
Co-authored-by: Rob Ede <robjtede@icloud.com>
2021-10-06 22:28:53 +01:00
..
2021-02-26 00:57:58 +00:00
2021-02-26 00:57:58 +00:00
2021-02-26 00:57:58 +00:00
2021-10-06 22:28:53 +01:00
2021-02-26 00:57:58 +00:00
2021-02-26 00:57:58 +00:00

protobuf

Usage

Server

cd other/protobuf
# From workspace
cargo run --bin protobuf-example

# From ./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
python3 client.py