An open API service indexing awesome lists of open source software.

https://github.com/vildan-valeev/microservices

Microservices on Aiohttp, gRPC
https://github.com/vildan-valeev/microservices

aiohttp grpc

Last synced: about 1 month ago
JSON representation

Microservices on Aiohttp, gRPC

Awesome Lists containing this project

README

          

# microservices in docker - test project
Небольшой тест работы запросов между контейнерами в докере
## To start
`docker-compose up`

Generate pb2.py files
````
python -m grpc_tools.protoc -I pb --python_out=pb --grpc_python_out=pb pb/main.proto

````